Builder/Docker - Remove PUID and PGID ( they were not used ) (#2852)

This commit is contained in:
Florian Kretschmer
2024-12-27 13:03:36 +01:00
committed by GitHub
parent 05f54f0ce6
commit d67d396b88
-3
View File
@@ -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