Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit dcf0676

Browse files
committed
Fix address
1 parent 0ba5a19 commit dcf0676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
networks:
6565
mail_infra_network:
6666
ipv4_address: 10.222.222.2
67-
ipv6_address: 2a10:4640:5:b:80::1
67+
ipv6_address: 2a10:4640:5:b:80::2
6868
aliases:
6969
- ${OVERRIDE_HOSTNAME}
7070
ports:
@@ -235,4 +235,4 @@ networks:
235235
- subnet: 2a10:4640:5:b:80::/124
236236
# 16 hosts
237237
# From 2a10:4640:5:b:80:: to 2a10:4640:5:b:80::f
238-
gateway: 2a10:4640:5:b:80::1
238+
gateway: 2a10:4640:5:b:80::f

0 commit comments

Comments
 (0)