Removed url option from healthcheck in dev

This commit is contained in:
Hemna 2023-01-01 17:37:43 +00:00
parent c5acdba6de
commit fe2f7b5b71
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ ADD bin/run.sh $HOME/
ENTRYPOINT ["/home/aprs/run.sh"]
HEALTHCHECK --interval=5m --timeout=12s --start-period=30s \
CMD aprsd healthcheck --config /config/aprsd.conf --url http://localhost:8001/stats
CMD aprsd healthcheck --config /config/aprsd.conf