Added daemon path
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 20:41:39 +10:00
parent 4f7e2373cd
commit acdf1a393c

View File

@@ -14,7 +14,7 @@ steps:
image: docker/compose # Image with Docker Compose image: docker/compose # Image with Docker Compose
volumes: volumes:
# Using the short syntax to reference globally defined named volumes # Using the short syntax to reference globally defined named volumes
- docker_sock:/var/run/docker.sock # Maps named volume 'docker_sock' to container path - /var/run/docker.sock:/var/run/docker.sock # Maps named volume 'docker_sock' to container path
- /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path - /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path
commands: commands:
- cd /app - cd /app