From 27c3b7dc48e72addc4d16b04e3714ff32fa7bb62 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 20:34:24 +1000 Subject: [PATCH] Comment bottom volumes --- .woodpecker.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f33cddf..1aa1a9b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,13 +26,12 @@ steps: - docker compose restart your_bot_service_name # Uncomment the line below if you use older Docker Compose (with a hyphen) # - docker-compose restart your_bot_service_name - -# Define the host paths for the named volumes. -# These global volume definitions are used by the steps above. -volumes: - - name: docker_sock # Refers to the docker_sock volume used in steps - host: - path: /var/run/docker.sock # Actual path on your host for the Docker socket - - name: docker_compose_dir # Refers to the docker_compose_dir volume used in steps - host: - path: /home/gary/Discord/Acrybot # Your actual path on the host for docker-compose.yml +# # Define the host paths for the named volumes. +# # These global volume definitions are used by the steps above. +# volumes: +# - name: docker_sock # Refers to the docker_sock volume used in steps +# host: +# path: /var/run/docker.sock # Actual path on your host for the Docker socket +# - name: docker_compose_dir # Refers to the docker_compose_dir volume used in steps +# host: +# path: /home/gary/Discord/Acrybot # Your actual path on the host for docker-compose.yml