diff --git a/.woodpecker.yml b/.woodpecker.yml index 2bde176..21ddaba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,12 +8,12 @@ when: steps: - name: restart-bot # Name of the step that restarts your bot. - image: debian # Uses a Docker Compose-enabled image. - # volumes: - # - name: docker_compose_dir - # path: /app - # host: - # path: /home/gary/Discord/Acrybot + image: docker/compose:latest # Uses a Docker Compose-enabled image. + volumes: + - name: docker_compose_dir + path: /app + host: + path: /home/gary/Discord/Acrybot commands: - cd /app # The command to restart your Discord bot service using Docker Compose.