ci: Update docker-compose.yml to use "docker compose" instead of "docker-compose"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching L 2024-09-25 18:24:16 +08:00
parent 9f763ae4ce
commit fe3b5596d3

View File

@ -48,7 +48,7 @@ steps:
- echo "Go to the project directory" - echo "Go to the project directory"
- cd /home/ching/dev/grocy-barcode-helper - cd /home/ching/dev/grocy-barcode-helper
- echo "Restart the container" - echo "Restart the container"
- docker-compose down && docker-compose up -d - docker compose down && docker compose up -d
- name: discord notification - name: discord notification
image: appleboy/drone-discord image: appleboy/drone-discord