Skip to content

Commit

Permalink
Update segment ips for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Mar 7, 2023
1 parent 5d61c5e commit 1234188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:
driver: bridge
ipam:
config:
- subnet: 172.148.148.0/16
- subnet: 172.148.0.0/16

#================================================================================================
# VOLUME SETUP
Expand Down Expand Up @@ -57,10 +57,11 @@ services:
build:
context: .
dockerfile: Dockerfile
# image: devopscorner/k8s-context:alpine
container_name: ${CONTAINER_K8S_CONTEXT:-devopscorner_k8s_context}
restart: unless-stopped
ports:
- "${PORT_K8S_CONTEXT:-8080}:8080"
- "${PORT_K8S_CONTEXT:-8080}:80"
volumes:
# - /etc/localtime:/etc/localtime:ro ## Do not use it in mac
- /var/run/docker.sock:/var/run/docker.sock ## Do not use it in k8s
Expand Down

0 comments on commit 1234188

Please sign in to comment.