Commenting top volumes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 20:34:47 +10:00
parent 27c3b7dc48
commit 3723bc2b82

View File

@@ -12,13 +12,13 @@ trigger:
steps: steps:
- name: restart-bot - name: restart-bot
image: docker/compose:latest # Image with Docker Compose image: docker/compose:latest # Image with Docker Compose
volumes: # volumes:
# Explicitly mounting docker_sock for this step's container # # Explicitly mounting docker_sock for this step's container
- name: docker_sock # - name: docker_sock
path: /var/run/docker.sock # path: /var/run/docker.sock
# Mounting the docker-compose.yml directory # # Mounting the docker-compose.yml directory
- name: docker_compose_dir # - name: docker_compose_dir
path: /app # Mount point inside the container # path: /app # Mount point inside the container
commands: commands:
- cd /app - cd /app
# Execute the Docker Compose command # Execute the Docker Compose command