edits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user