diff --git a/.woodpecker/Acry_Restart.yaml b/.woodpecker/Acry_Restart.yaml index 9a1a57f..291c1a1 100644 --- a/.woodpecker/Acry_Restart.yaml +++ b/.woodpecker/Acry_Restart.yaml @@ -14,13 +14,7 @@ steps: image: docker/compose:latest # Uses a Docker Compose-enabled image. # This volume mount allows the Docker Compose CLI inside the Woodpecker agent container # to communicate with the Docker daemon on the host machine. - volumes: - - name: docker_sock - path: /var/run/docker.sock - # IMPORTANT: Mount the directory where your docker-compose.yml file resides. - # Replace '/path/to/your/bot/docker-compose' with the actual path on your host machine. - - name: docker_compose_dir - path: /app # This is the path inside the container where the compose file will be accessible. + commands: # Navigate into the directory where the docker-compose.yml file is mounted. - cd /home/gary/Discord/Acrybot