Skip to content

Commit

Permalink
fix: server on host network
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGinn <[email protected]>
  • Loading branch information
brian-intel committed Sep 3, 2024
1 parent 3e7f6c6 commit 8c05dbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pipeline-server/docker-compose.pipeline-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ services:
ipc: "none"
security_opt:
- no-new-privileges
networks:
checkout-network: {}
network_mode: host
healthcheck:
test: ["CMD-SHELL", "exit", "0"]
interval: 5m
Expand Down

0 comments on commit 8c05dbf

Please sign in to comment.