We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d61c5e commit 1234188Copy full SHA for 1234188
docker-compose.yml
@@ -9,7 +9,7 @@ networks:
9
driver: bridge
10
ipam:
11
config:
12
- - subnet: 172.148.148.0/16
+ - subnet: 172.148.0.0/16
13
14
#================================================================================================
15
# VOLUME SETUP
@@ -57,10 +57,11 @@ services:
57
build:
58
context: .
59
dockerfile: Dockerfile
60
+ # image: devopscorner/k8s-context:alpine
61
container_name: ${CONTAINER_K8S_CONTEXT:-devopscorner_k8s_context}
62
restart: unless-stopped
63
ports:
- - "${PORT_K8S_CONTEXT:-8080}:8080"
64
+ - "${PORT_K8S_CONTEXT:-8080}:80"
65
volumes:
66
# - /etc/localtime:/etc/localtime:ro ## Do not use it in mac
67
- /var/run/docker.sock:/var/run/docker.sock ## Do not use it in k8s
0 commit comments