mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
remove deprecated SEAFILE_SERVER_LETSENCRYPT from docker-compose.yml
This commit is contained in:
parent
cc710c16d2
commit
ec4ba59d9d
|
@ -9,7 +9,6 @@ services:
|
||||||
- DB_ROOT_PASSWD=db_dev
|
- DB_ROOT_PASSWD=db_dev
|
||||||
- TIME_ZONE=Europe/Berlin
|
- TIME_ZONE=Europe/Berlin
|
||||||
- HTTPS=true
|
- HTTPS=true
|
||||||
- SEAFILE_SERVER_LETSENCRYPT=true # Set this to true if you plan to use a reverse proxy with HTTPS. Can be changed later in the admin settings on the web-ui.
|
|
||||||
- SEAFILE_SERVER_HOSTNAME=seafile.mydomain.com # Mandatory on first deployment!
|
- SEAFILE_SERVER_HOSTNAME=seafile.mydomain.com # Mandatory on first deployment!
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
Loading…
Reference in a new issue