Hard restart
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 20:51:13 +10:00
parent a53903bd36
commit ce7dd4ab94

View File

@@ -16,6 +16,7 @@ steps:
- /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path - /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path
commands: commands:
- cd /app - cd /app
- docker compose restart python-app - docker compose down
- docker compose up -d
# 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