Dev: Remove GID from env variables
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
09c51c8db6
commit
65aae950d2
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ services:
|
||||||
shm_size: "2gb"
|
shm_size: "2gb"
|
||||||
environment:
|
environment:
|
||||||
UID: ${UID:-1000}
|
UID: ${UID:-1000}
|
||||||
GID: ${GID:-1000}
|
|
||||||
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
|
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
|
||||||
PHOTOPRISM_SITE_URL: "http://localhost:2342/"
|
PHOTOPRISM_SITE_URL: "http://localhost:2342/"
|
||||||
PHOTOPRISM_SITE_TITLE: "PhotoPrism"
|
PHOTOPRISM_SITE_TITLE: "PhotoPrism"
|
||||||
|
|
Loading…
Reference in a new issue