mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
11 lines
245 B
TOML
11 lines
245 B
TOML
[volumes]
|
|
config = {}
|
|
|
|
[services.mumble]
|
|
container_name = "mumble"
|
|
image = "phlak/mumble"
|
|
environment = ["TZ=Europe/Helsinki"]
|
|
network_mode = "host"
|
|
volumes = ["config:/etc/mumble", "/etc/localtime:/etc/localtime:ro"]
|
|
restart = "unless-stopped"
|