mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Change UID and GID
This commit is contained in:
parent
bfd6340be2
commit
219e585dc3
@ -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…
Reference in New Issue
Block a user