This commit is contained in:
2025-08-13 18:29:33 +10:00
parent 1073882d31
commit 43b53d3ee8

View File

@@ -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