Convert rest of docker-compose files to TOML
This commit is contained in:
parent
8aaa911e19
commit
d793734621
26 changed files with 479 additions and 529 deletions
|
@ -1,12 +0,0 @@
|
|||
services:
|
||||
mumble:
|
||||
container_name: mumble
|
||||
image: phlak/mumble
|
||||
user: "1000:985"
|
||||
environment:
|
||||
- TZ=Europe/Helsinki
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /docker/mumble:/etc/mumble
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue