From cbce0eec68534ff5d68e7950cde9d867083791e4 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 20:38:28 +1000 Subject: [PATCH] added dash --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 128c719..bb1a949 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,7 +20,7 @@ steps: - cd /app # Execute the Docker Compose command # IMPORTANT: Replace 'your_bot_service_name' with your actual service name. - - docker compose restart your_bot_service_name + - docker-compose restart python-app # Uncomment the line below if you use older Docker Compose (with a hyphen) # - docker-compose restart your_bot_service_name