mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
15 lines
282 B
YAML
15 lines
282 B
YAML
version: "3"
|
|
|
|
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: always
|