Skip to content

Commit

Permalink
Fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJunxue committed Nov 15, 2023
1 parent 17400df commit a8031bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
script: |
ssh worker-111
cd mec_anywhere
docker-compose -f docker-compose-sbip.yaml pull
docker-compose -f docker-compose-sbip.yaml up -d
docker compose -f docker-compose-sbip.yaml pull
docker compose -f docker-compose-sbip.yaml up -d

0 comments on commit a8031bf

Please sign in to comment.