remove deprecated SEAFILE_SERVER_LETSENCRYPT from docker-compose.yml

This commit is contained in:
Gerrit Gogel 2021-12-13 10:21:27 +03:00
parent cc710c16d2
commit ec4ba59d9d

View file

@ -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