Skip to content

Commit

Permalink
Fix issue in CI after switching to use host networking on backend doc…
Browse files Browse the repository at this point in the history
…ker-compose #499
  • Loading branch information
joelvdavies committed Apr 25, 2024
1 parent 7a4a5cf commit 7d9a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# name)
- name: Start inventory-management-system-api
run: |
docker run -d -p 8000:8000 --network=inventory-management-system-api_default \
docker run -d -p 8000:8000 --network=host \
--name inventory_management_system_api_container \
--env AUTHENTICATION__ENABLED=false \
--env API__TITLE="Inventory Management System API" \
Expand Down

0 comments on commit 7d9a969

Please sign in to comment.