Skip to content

Commit 61f09b7

Browse files
added the network_host true to compose file (#6)
* wip: added the compose file * context: added Co-authored-by: Copilot <[email protected]> * Update docker-compose.yml Co-authored-by: Copilot <[email protected]> * added the network_host true to compose file --------- Co-authored-by: Copilot <[email protected]>
1 parent 5dfd392 commit 61f09b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ services:
55
dockerfile: Dockerfile
66
volumes:
77
- ${HOME}/.kube:/root/.kube
8-
ports:
9-
- "8000:8000"
8+
network_mode: "host"
9+
# ports:
10+
# - "8000:8000"
11+

0 commit comments

Comments
 (0)