Update docker-compose.yml
This commit is contained in:
parent
c03010892a
commit
dc770b39e4
@ -6,11 +6,11 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/mumble/data
|
source: ./mumble/data
|
||||||
target: /data
|
target: /data
|
||||||
read_only: false
|
read_only: false
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/mumble/cert
|
source: ./mumble/cert
|
||||||
target: /certificates
|
target: /certificates
|
||||||
read_only: false
|
read_only: false
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user