Skip to content

Commit 1234188

Browse files
committed
Update segment ips for docker-compose
1 parent 5d61c5e commit 1234188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ networks:
99
driver: bridge
1010
ipam:
1111
config:
12-
- subnet: 172.148.148.0/16
12+
- subnet: 172.148.0.0/16
1313

1414
#================================================================================================
1515
# VOLUME SETUP
@@ -57,10 +57,11 @@ services:
5757
build:
5858
context: .
5959
dockerfile: Dockerfile
60+
# image: devopscorner/k8s-context:alpine
6061
container_name: ${CONTAINER_K8S_CONTEXT:-devopscorner_k8s_context}
6162
restart: unless-stopped
6263
ports:
63-
- "${PORT_K8S_CONTEXT:-8080}:8080"
64+
- "${PORT_K8S_CONTEXT:-8080}:80"
6465
volumes:
6566
# - /etc/localtime:/etc/localtime:ro ## Do not use it in mac
6667
- /var/run/docker.sock:/var/run/docker.sock ## Do not use it in k8s

0 commit comments

Comments
 (0)