Skip to content
Snippets Groups Projects
Commit 8862ac67 authored by void's avatar void
Browse files

enable ipv6

parent 6149b355
No related branches found
No related tags found
2 merge requests!119Revert "new var for dmarc rua reporting address",!55Mailsetup Migration from mailcow to mailu
...@@ -34,13 +34,13 @@ services: ...@@ -34,13 +34,13 @@ services:
options: options:
tag: mailu-front tag: mailu-front
ports: ports:
- "{{ ext_ip4 }}:25:25" - "25:25"
- "{{ ext_ip4 }}:465:465" - "465:465"
- "{{ ext_ip4 }}:587:587" - "587:587"
- "{{ ext_ip4 }}:110:110" - "110:110"
- "{{ ext_ip4 }}:995:995" - "995:995"
- "{{ ext_ip4 }}:143:143" - "143:143"
- "{{ ext_ip4 }}:993:993" - "993:993"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.{{ servicename }}.entrypoints=websecure" - "traefik.http.routers.{{ servicename }}.entrypoints=websecure"
...@@ -220,9 +220,12 @@ services: ...@@ -220,9 +220,12 @@ services:
networks: networks:
default: default:
driver: bridge driver: bridge
enable_ipv6: true
ipam: ipam:
driver: default driver: default
config: config:
# must be a ULA range
- subnet: fd00:dead:beef:25::/64
- subnet: 192.168.203.0/24 - subnet: 192.168.203.0/24
noinet: noinet:
driver: bridge driver: bridge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment