Fix uid/gid

This commit is contained in:
Marko Korhonen 2020-02-27 19:44:55 +02:00
parent 5a29344d47
commit 105c7c021d

View file

@ -4,7 +4,7 @@ services:
mumble: mumble:
container_name: mumble container_name: mumble
image: phlak/mumble image: phlak/mumble
user: '${UID}:${GID}' user: '1000:985'
environment: environment:
- TZ=Europe/Helsinki - TZ=Europe/Helsinki
ports: ports: