From 2c5f63a2be39cc75b60d257ab463b3c6e4a6ed60 Mon Sep 17 00:00:00 2001 From: Florian Kretschmer <19738301+Entepotenz@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:33:07 +0100 Subject: [PATCH] Remove PUID and PGID Remove PUID and PGID because those configuration values are not used anywhere --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3ec186e7..1d7c8267 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