ckan-docker
ckan-docker copied to clipboard
nginx service has not restart policy
In the prod docker compose (https://github.com/ckan/ckan-docker/blob/master/docker-compose.yml) the nginx service has no restart policy specified.
All other services have a restart policy specified:
restart: unless-stopped
I can open a PR if it's appropriate.