Add new environment variables, format to yaml

This commit is contained in:
flow.gunso
2020-01-06 20:40:06 +01:00
parent 59cf0d11ac
commit 00e72634da

View File

@@ -7,12 +7,15 @@ services:
volumes: volumes:
- your_shared_volume:/volume - your_shared_volume:/volume
environment: environment:
- SEAF_SERVER_URL= # The URL to your Seafile server. SEAF_SERVER_URL: "" # The URL to your Seafile server.
- SEAF_USERNAME= # Your Seafile username. SEAF_USERNAME: "" # Your Seafile username.
- SEAF_PASSWORD= # Your Seafile password. SEAF_PASSWORD: "" # Your Seafile password.
- SEAF_LIBRARY_UUID= # The Seafile library UUID you want to sync with. SEAF_LIBRARY_UUID: "" # The Seafile library UUID you want to sync with.
- UID= # Default is 1000. # SEAF_LIBRARY_PASSWORD: "" # The Seafile library password, if required.
- GID= # Default is 1000. # SEAF_SKIP_SSL_CERT: "true" # Any string is true, omit to set to false.
# SEAF_2FA_SECRET: "" # The 2FA secret key available at Seafile 2FA setup.
# UID: "" # Default is 1000.
# GID: "" # Default is 1000.
volumes: volumes:
your_shared_volume: your_shared_volume: