We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e820acf commit de4f70cCopy full SHA for de4f70c
.github/workflows/build-and-publish.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Start services
83
run: |
84
echo "TRAEFIK_LOG_PATH=./logs" > .env
85
- docker-compose up -d
+ docker compose up -d
86
87
- name: Wait for services
88
run: sleep 10
@@ -97,4 +97,4 @@ jobs:
97
98
- name: Show logs if failed
99
if: failure()
100
- run: docker-compose logs
+ run: docker compose logs
0 commit comments