From d67d396b88971afa82545932a3aaa55044154b1b Mon Sep 17 00:00:00 2001 From: Florian Kretschmer <19738301+Entepotenz@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:03:36 +0100 Subject: [PATCH] Builder/Docker - Remove PUID and PGID ( they were not used ) (#2852) --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3ec186e72..1d7c82673 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,9 +12,6 @@ services: # environment: # Default listening port, can also be changed with the -p option # - PORT=5000 - - # - PUID=1000 - # - PGID=1000 # # Log levels are in descending order. (TRACE is the most detailed one) # Log output levels: TRACE, DEBUG(default), INFO, SUCCESS, WARNING, ERROR, CRITICAL