Removing volumes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 20:22:30 +10:00
parent b22269a5b8
commit 7ef3a32e68

View File

@@ -9,11 +9,11 @@ when:
steps:
- name: restart-bot # Name of the step that restarts your bot.
image: debian # Uses a Docker Compose-enabled image.
volumes:
- name: docker_compose_dir
path: /app
host:
path: /home/gary/Discord/Acrybot
# volumes:
# - name: docker_compose_dir
# path: /app
# host:
# path: /home/gary/Discord/Acrybot
commands:
- cd /app
# The command to restart your Discord bot service using Docker Compose.