Change UID and GID

This commit is contained in:
Marko Korhonen 2020-02-10 00:55:58 +02:00
parent 731b2d6095
commit c32f65a3e9

View file

@ -4,10 +4,9 @@ services:
mumble:
container_name: mumble
image: phlak/mumble
user: '${UID}:${GID}'
environment:
- TZ=Europe/Helsinki
- PUID=${UID}
- PGID=${GID}
ports:
- '64748:64738'
- '64748:64738/udp'