mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 14:25:59 +00:00
docs: update docs that cite compose files (#3234)
This commit is contained in:
@@ -58,13 +58,11 @@ While indexing is memory intensive, you can configure the plugin to limit the am
|
||||
2. Update `docker-compose.yml` to load the previously created dovecot plugin config file:
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
mailserver:
|
||||
image: ghcr.io/docker-mailserver/docker-mailserver:latest
|
||||
container_name: mailserver
|
||||
hostname: mail
|
||||
domainname: example.com
|
||||
hostname: mail.example.com
|
||||
env_file: mailserver.env
|
||||
ports:
|
||||
- "25:25" # SMTP (explicit TLS => STARTTLS)
|
||||
|
@@ -12,11 +12,7 @@ This can be solved by supporting IPv6 connections all the way to the `docker-mai
|
||||
|
||||
```diff
|
||||
+++ b/serv/docker-compose.yml
|
||||
@@ -1,4 +1,4 @@
|
||||
-version: '2'
|
||||
+version: '2.1'
|
||||
|
||||
@@ -32,6 +32,16 @@ services:
|
||||
@@ ... @@ services:
|
||||
|
||||
+ ipv6nat:
|
||||
+ image: robbertkl/ipv6nat
|
||||
@@ -29,7 +25,7 @@ This can be solved by supporting IPv6 connections all the way to the `docker-mai
|
||||
+ - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
+ - /lib/modules:/lib/modules:ro
|
||||
|
||||
@@ -306,4 +316,13 @@ networks:
|
||||
@@ ... @@ networks:
|
||||
|
||||
+ default:
|
||||
+ driver: bridge
|
||||
|
Reference in New Issue
Block a user