Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Debug docker networking
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Aug 27, 2024
1 parent d6abb99 commit 2cce6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: |
docker compose -f docker-compose.yml up -d
docker ps
docker inspect network default
curl http://::8080/tenant/${tenant_id}/cluster-resources
curl http://127.0.0.1:8080/tenant/${tenant_id}/cluster-resources
exit 1
- name: Install CLI
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- DB_PASSWORD=kurtosis
- DEV_MODE=true
ports:
- '8080:8080'
- '127.0.0.1:8080:8080'
depends_on:
- postgres
postgres:
Expand Down

0 comments on commit 2cce6d6

Please sign in to comment.