Skip to content
Snippets Groups Projects
Commit 12cda70a authored by jurgenhaas's avatar jurgenhaas
Browse files

Always use the latest image and use debug mode for now

parent dae16b8f
No related branches found
No related tags found
No related merge requests found
......@@ -9,16 +9,18 @@
- name: "Write configuration"
template:
src='matterbridge.toml'
dest='/etc/matterbridge.toml'
owner='root'
group='root'
mode='664'
src: 'matterbridge.toml'
dest: '/etc/matterbridge.toml'
owner: 'root'
group: 'root'
mode: 664
- name: "Start Docker container"
docker_container:
name: 'matterbridge'
image: '42wim/matterbridge'
pull: yes
command: '-debug'
state: 'started'
restart_policy: 'always'
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment