Adjust entrypoint to always warn on missing socket
Also chmod the entrypoint
This commit is contained in:
parent
1aac996019
commit
f95ff82ad0
2 changed files with 16 additions and 23 deletions
|
@ -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"]
|
||||
|
|
Reference in a new issue