diff --git a/.woodpecker.yml b/.woodpecker.yml index c355382..5620737 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,8 +10,6 @@ steps: - name: restart-bot # Name of the step that restarts your bot. image: docker/compose:latest # Uses a Docker Compose-enabled image. volumes: - - name: docker_sock - path: /var/run/docker.sock - name: docker_compose_dir path: /app commands: @@ -25,9 +23,6 @@ steps: # Defines the volumes that are available to the steps in this pipeline. volumes: - - name: docker_sock # A named volume for the Docker socket. - host: - path: /var/run/docker.sock # Maps the Docker socket from the host into the container. - name: docker_compose_dir # A named volume for your Docker Compose project directory. host: path: /home/gary/Discord/Acrybot # The actual absolute path on your host machine.