Fix port
This commit is contained in:
parent
64d1a2f536
commit
21f5073717
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ USER daemon
|
||||||
ENTRYPOINT ["cmd/writefreely/writefreely"]
|
ENTRYPOINT ["cmd/writefreely/writefreely"]
|
||||||
|
|
||||||
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
|
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
|
||||||
CMD curl -fSs http://localhost:8008/health || exit 1
|
CMD curl -fSs http://localhost:8080/health || exit 1
|
Loading…
Add table
Reference in a new issue