Move UID/GID into an env file

This commit is contained in:
flowgunso
2024-06-07 15:32:47 +02:00
parent 451f003533
commit 92485ca8f0
2 changed files with 2 additions and 2 deletions

View File

@@ -30,8 +30,6 @@ services:
# - library:/library
# - data:/seafile
env_file: env
UID: 1000
GID: 100
depends_on:
- seafile

View File

@@ -16,4 +16,6 @@ SEAF_SERVER_URL="http://seafile-${TARGET}"
SEAF_USERNAME="seafile@localhost"
SEAF_PASSWORD="password"
DEBUG=1
UID=1000
GID=100
# SEAF_LIBRARY_UUID="" # Use this for custom library ID