1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

Adjust entrypoint to always warn on missing socket

Also chmod the entrypoint
This commit is contained in:
Mike Dillon
2015-09-12 07:18:12 -07:00
parent 1aac996019
commit f95ff82ad0
2 changed files with 16 additions and 23 deletions

View File

@ -31,4 +31,4 @@ ENV DOCKER_HOST unix:///tmp/docker.sock
VOLUME ["/etc/nginx/certs"]
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["nginx-proxy"]
CMD ["forego", "start", "-r"]