From 7ef3a32e680f5ac70489b705b3385c043d1cb73f Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 20:22:30 +1000 Subject: [PATCH] Removing volumes --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 32dded8..2bde176 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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.