Explorar el Código

Fix healthcheck URL

pull/828/head
d4rklynk hace 6 meses
padre
commit
aac4514577
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -47,4 +47,4 @@ USER daemon
ENTRYPOINT ["cmd/writefreely/writefreely"]

HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
CMD curl -fSs http://localhost:8080/health || exit 1
CMD curl -fSs http://localhost:8080/ || exit 1

Cargando…
Cancelar
Guardar