diff --git a/v12.1/usage/index.html b/v12.1/usage/index.html index 9d5ff334..ae837eee 100644 --- a/v12.1/usage/index.html +++ b/v12.1/usage/index.html @@ -1689,9 +1689,9 @@
PTR
record for your host; security-hardened mail servers might otherwise reject your mail server as the IP address of your host does not resolve correctly/at all to the DNS name of your server.On the host, you should have a suitable container runtime (like Docker or Podman) installed. We assume Docker Compose is installed.
-Podman Support
+About the Container Runtime
+On the host, you need to have a suitable container runtime (like Docker or Podman) installed. We assume Docker Compose is installed. We have aligned file names and configuration conventions with the latest Docker Compose (currently V2) specification.
If you're using podman, make sure to read the related documentation.
Issue the following commands to acquire the necessary files:
-DMS_GITHUB_URL="https://github.com/docker-mailserver/docker-mailserver/blob/latest"
-wget "${DMS_GITHUB_URL}/docker-compose.yml"
+DMS_GITHUB_URL="https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master"
+wget "${DMS_GITHUB_URL}/compose.yaml"
wget "${DMS_GITHUB_URL}/mailserver.env"
Configuration Steps
-- First edit
docker-compose.yml
to your liking
+- First edit
compose.yaml
to your liking
- Substitute
mail.example.com
according to your FQDN.
- If you want to use SELinux for the
./docker-data/dms/config/:/tmp/docker-mailserver/
mount, append -z
or -Z
.
@@ -1865,4 +1865,4 @@ wget "${
-