haiwen / seafile-docker

A Docker image for Seafile server
Other
544 stars 183 forks source link

nginx config isn't updated after environment variables change #230

Closed antontkv closed 5 months ago

antontkv commented 4 years ago

Nginx config always stays the same in /shared/nginx/conf, even after changing environment variables like SEAFILE_SERVER_LETSENCRYPT and stopping and starting container. If I delete the config I get error that config missing.

freeplant commented 5 months ago

The Nginx file is only generated in the initialization. Later, you need to change it manually.