Archived
11
0
Fork 0

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"]