Move UID/GID into an env file
This commit is contained in:
@@ -30,8 +30,6 @@ services:
|
||||
# - library:/library
|
||||
# - data:/seafile
|
||||
env_file: env
|
||||
UID: 1000
|
||||
GID: 100
|
||||
depends_on:
|
||||
- seafile
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user