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
10
docker/mumble/docker-compose.toml
Normal file
10
docker/mumble/docker-compose.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[services]
|
||||
|
||||
[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