Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
8862ac67
Commit
8862ac67
authored
2 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
enable ipv6
parent
6149b355
No related branches found
No related tags found
2 merge requests
!119
Revert "new var for dmarc rua reporting address"
,
!55
Mailsetup Migration from mailcow to mailu
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/docker_mail/templates/docker-compose.yml
+10
-7
10 additions, 7 deletions
test/docker_mail/templates/docker-compose.yml
with
10 additions
and
7 deletions
test/docker_mail/templates/docker-compose.yml
+
10
−
7
View file @
8862ac67
...
...
@@ -34,13 +34,13 @@ services:
options
:
tag
:
mailu-front
ports
:
-
"
{{
ext_ip4
}}:
25:25"
-
"
{{
ext_ip4
}}:
465:465"
-
"
{{
ext_ip4
}}:
587:587"
-
"
{{
ext_ip4
}}:
110:110"
-
"
{{
ext_ip4
}}:
995:995"
-
"
{{
ext_ip4
}}:
143:143"
-
"
{{
ext_ip4
}}:
993:993"
-
"
25:25"
-
"
465:465"
-
"
587:587"
-
"
110:110"
-
"
995:995"
-
"
143:143"
-
"
993:993"
labels
:
-
"
traefik.enable=true"
-
"
traefik.http.routers.{{
servicename
}}.entrypoints=websecure"
...
...
@@ -220,9 +220,12 @@ services:
networks
:
default
:
driver
:
bridge
enable_ipv6
:
true
ipam
:
driver
:
default
config
:
# must be a ULA range
-
subnet
:
fd00:dead:beef:25::/64
-
subnet
:
192.168.203.0/24
noinet
:
driver
:
bridge
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment