From da2a2e903af2727a9cb19424747526ab5904d8fd Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Wed, 31 Jul 2024 05:51:23 +0000 Subject: [PATCH] =?UTF-8?q?traefik=E3=81=A8stats=E3=82=92=E6=B0=B8?= =?UTF-8?q?=E7=B6=9A=E7=9A=84=E3=81=AB=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- running-forever/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/running-forever/start.sh b/running-forever/start.sh index bed8aa9..547d148 100644 --- a/running-forever/start.sh +++ b/running-forever/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -services=( taiko-web litey ) +services=( traefik taiko-web litey stats ) for service in ${services[@]}; do (