Skip to content

Commit

Permalink
Set default address space to not conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Dec 12, 2022
1 parent 09c53d9 commit 591a4ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ services:
- "${IMGS_SSH_V6:-[::1]:22}:2222"

networks:
default:
ipam:
driver: default
config:
- subnet: "172.101.0.0/24"
prose:
driver_opts:
com.docker.network.bridge.name: prose
Expand Down

0 comments on commit 591a4ef

Please sign in to comment.