Skip to content

Commit de4f70c

Browse files
committed
Update build-and-publish.yml
1 parent e820acf commit de4f70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Start services
8383
run: |
8484
echo "TRAEFIK_LOG_PATH=./logs" > .env
85-
docker-compose up -d
85+
docker compose up -d
8686
8787
- name: Wait for services
8888
run: sleep 10
@@ -97,4 +97,4 @@ jobs:
9797
9898
- name: Show logs if failed
9999
if: failure()
100-
run: docker-compose logs
100+
run: docker compose logs

0 commit comments

Comments
 (0)