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

refuse to start if the docker sock isn't available

This commit is contained in:
Thomas LEVEIL
2015-09-11 22:05:54 +00:00
parent 24859e3f92
commit d83ba3da1e
2 changed files with 17 additions and 1 deletions

View File

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