Dev: Remove GID from env variables

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2021-07-25 23:47:12 +02:00
parent 09c51c8db6
commit 65aae950d2

View file

@ -31,7 +31,6 @@ services:
shm_size: "2gb"
environment:
UID: ${UID:-1000}
GID: ${GID:-1000}
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
PHOTOPRISM_SITE_URL: "http://localhost:2342/"
PHOTOPRISM_SITE_TITLE: "PhotoPrism"