'seafile_sync/Dockerfile' updaten
This commit is contained in:
parent
6c070a34a2
commit
236e717fb6
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
# https://gitlab.com/flwgns-docker/seafile-client/
|
||||
SEAF_SERVER_URL=$(bashio::config 'SEAF_SERVER_URL')
|
||||
SEAF_USERNAME=$(bashio::config 'SEAF_USERNAME')
|
||||
SEAF_PASSWORD=$(bashio::config 'SEAF_PASSWORD')
|
||||
SEAF_LIBRARY_UUID=$(bashio::config 'SEAF_LIBRARY_UUID')
|
||||
FROM flowgunso/seafile-client:latest
|
||||
|
|
Loading…
Reference in a new issue