added dash
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 20:38:28 +10:00
parent bc33de6a1f
commit cbce0eec68

View File

@@ -20,7 +20,7 @@ steps:
- cd /app - cd /app
# Execute the Docker Compose command # Execute the Docker Compose command
# IMPORTANT: Replace 'your_bot_service_name' with your actual service name. # 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) # Uncomment the line below if you use older Docker Compose (with a hyphen)
# - docker-compose restart your_bot_service_name # - docker-compose restart your_bot_service_name