Updated default healthcheck port

This commit is contained in:
Pau Rodriguez-Estivill
2018-06-30 14:20:22 +02:00
parent c392a84346
commit 9d3923563e
+1 -1
View File
@@ -18,7 +18,7 @@ ENV BACKUP_DIR '/backups'
ENV BACKUP_KEEP_DAYS 7
ENV BACKUP_KEEP_WEEKS 4
ENV BACKUP_KEEP_MONTHS 6
ENV HEALTHCHECK_PORT 80
ENV HEALTHCHECK_PORT 8080
COPY backup.sh /backup.sh