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 a39970a commit 7fd5de0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Start kontrol service and Postgres
run: |
cat /etc/docker/daemon.json
docker version
docker compose -f docker-compose.yml up -d
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
networks:
kardinal:
cont:
driver: bridge
enable_ipv6: false

Expand Down

0 comments on commit 7fd5de0

Please sign in to comment.