Change network_mode to host

This commit is contained in:
Marko Korhonen 2020-02-29 12:42:31 +02:00
parent 105c7c021d
commit ac5ca6404c

View file

@ -1,15 +1,13 @@
version: '3'
version: "3"
services:
mumble:
container_name: mumble
image: phlak/mumble
user: '1000:985'
user: "1000:985"
environment:
- TZ=Europe/Helsinki
ports:
- '64748:64738'
- '64748:64738/udp'
network_mode: host
volumes:
- /docker/mumble:/etc/mumble
- /etc/localtime:/etc/localtime:ro