mirror of
https://github.com/Screenly/Anthias.git
synced 2026-03-02 21:48:02 -05:00
This commit fixes an issue where the nginx container does not start as a result of the nginx packaged with raspbian daemonizing by default, as well as including a conflicting virtualhost configs from under /etc/nginx/sites-enabled. Therefore, this change disables nginx daemonizing in identical manner to the nginx upstream docker containers (https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile-debian.template#L106) as well as removed the package default nginx virtualhost configuration.