Skip to content

Commit

Permalink
Switch to Compose v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Feb 5, 2024
1 parent 346e3df commit 51818b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
make services-up
- name: Setup hostname
run: |
export CONTAINER_ID=$(docker-compose ps -q proxy)
export CONTAINER_ID=$(docker compose ps -q proxy)
export CONTAINER_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $CONTAINER_ID)
echo "$CONTAINER_IP httpbin.local" | sudo tee -a /etc/hosts
- name: Test
Expand Down

0 comments on commit 51818b5

Please sign in to comment.