Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 29, 2024
1 parent 605f605 commit 0b588c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
# Setup
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
with:
set-host: true

- name: Set Docker Socket Host
run: echo "DOCKER_SOCKET_PATH=${DOCKER_HOST:5}" >> $GITHUB_ENV

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
router:
build: services/router
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock"
- "./services/router/certs:/etc/ssl/certs"
network_mode: host
profiles:
Expand Down

0 comments on commit 0b588c5

Please sign in to comment.