mirror of
https://github.com/status-im/infra-role-matterbridge.git
synced 2025-02-16 16:56:39 +00:00
docker: user /data as working directory
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1ae6debcc4
commit
9099c3993a
@ -13,6 +13,7 @@ services:
|
||||
volumes:
|
||||
- '{{ matterbridge_cont_vol }}/data:/data'
|
||||
- '{{ matterbridge_cont_vol }}/config/matterbridge.yaml:/matterbridge.yaml:ro'
|
||||
working_dir: '/data'
|
||||
command: |
|
||||
-conf=/matterbridge.yaml
|
||||
{% if matterbridge_debug %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user