fix: dependencies between dockers
This commit is contained in:
parent
f5c5b31fbd
commit
961b90c4d6
5 changed files with 10 additions and 4 deletions
|
|
@ -29,3 +29,5 @@ COPY conf/ /etc/nginx/
|
|||
|
||||
# start
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
HEALTHCHECK --interval=1s --timeout=10s --start-period=60s --retries=1 CMD [ "sh", "-c", "! [ -z \"$(netstat -tuln | grep :443)\" ]" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue