chore(compose): rm typo

This commit is contained in:
surtur 2022-10-30 02:08:44 +02:00
parent ed92dca19b
commit 77be80c2c9
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -46,7 +46,7 @@ services:
max-file: "1"
healthcheck:
# DON'T
# test:i "/usr/bin/wget -q -Y off http://localhost:8080/about -O /dev/null > /dev/null 2>&1"
# test: "/usr/bin/wget -q -Y off http://localhost:8080/about -O /dev/null > /dev/null 2>&1"
# DO:
test: "/usr/bin/wget -q -Y off http://localhost:8080/about -O /dev/null 2>&-"
interval: 10s