Skip to content

Commit

Permalink
Fixup CIDR
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 19, 2024
1 parent 30a8411 commit 8630c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
- ${SASLAUTHD_SOCKET_FILE}:/var/run/saslauthd/mux
environment:
CONTAINER_NETWORK_V4: 10.222.222.0/28
CONTAINER_NETWORK_V6: fd00:bee::/127
CONTAINER_NETWORK_V6: fd00:bee::/124
TZ: UTC
OVERRIDE_HOSTNAME: ${OVERRIDE_HOSTNAME}
ENABLE_MTA_STS: "1"
Expand Down Expand Up @@ -390,7 +390,7 @@ networks:
ip_range: 10.222.222.0/28
gateway: 10.222.222.14

- subnet: fd00:bee::/127
- subnet: fd00:bee::/124
# 16 hosts
# From fd00:bee:: to fd00:bee::f
gateway: fd00:bee::f
Expand Down

0 comments on commit 8630c1b

Please sign in to comment.