Skip to content

Commit

Permalink
hack: fix connection failure beteween containers on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Dec 31, 2023
1 parent 8ad95e0 commit f9df850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ services:
- storage_app:/var/lib/mysql
- ./webapp:/home/ishocon/webapp
ports:
- "443:443"
# hack to avoid connection failure on github actions
- "172.17.0.1:443:443"

bench:
image: showwin/ishocon2_bench:latest
Expand Down

0 comments on commit f9df850

Please sign in to comment.