Explorar el Código

Fix --health-cmd for mastodon-streaming container

Dennis Rodewyk hace 6 años
padre
commit
2bab786d81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/services/mastodon/containers.sh

+ 1 - 1
data/services/mastodon/containers.sh

@@ -18,7 +18,7 @@ mastodon_streaming_dockerbunker() {
 	docker run -d --user mastodon \
 		--name=${FUNCNAME[0]//_/-} \
 		--restart=always \
-		--health-cmd="wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:4000/api/v1/instance || exit 1" \
+		--health-cmd="wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:4000/api/v1/streaming/health || exit 1" \
 		--health-interval=30s \
 		--network ${NETWORK} \
 		--network dockerbunker-${SERVICE_NAME} \