Change UID and GID

pull/2/head
Marko Korhonen 5 years ago
parent bfd6340be2
commit 219e585dc3
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -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'

Loading…
Cancel
Save