From bb3f4c04ccbe4513cab2ef0eac5f5ce5f47f5421 Mon Sep 17 00:00:00 2001 From: RoelSG Date: Thu, 19 Sep 2024 08:39:36 +0200 Subject: [PATCH] Update docs/content/config/advanced/podman.md Co-authored-by: Casper --- docs/content/config/advanced/podman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/advanced/podman.md b/docs/content/config/advanced/podman.md index c02941db..5724d4c2 100644 --- a/docs/content/config/advanced/podman.md +++ b/docs/content/config/advanced/podman.md @@ -122,7 +122,7 @@ Quadlet files for non-root users can be placed in the following directories #### Example Quadlet file We have to use the .container extension for the quadlet generator to pick up the service. -Because dockermailserver uses multiple users inside the container, we will either have to use our own user as root, resulting in our e-mails being owned by a subuid. Alternatively, using UIDMap we can map our rootless user to UID 5000 in the container who owns our e-mails. Using UIDMap also maps root user 0 inside the container to an available sub-uid of our rootless user. Otherwise the container will not have permission to configure itself. +Because docker-mailserver uses multiple users inside the container, we will either have to use our own user as root, resulting in our e-mails being owned by a subuid. Alternatively, using UIDMap we can map our rootless user to UID 5000 in the container who owns our e-mails. Using UIDMap also maps root user 0 inside the container to an available sub-uid of our rootless user. Otherwise the container will not have permission to configure itself. The example uses `Network=pasta` to use the pasta network driver, which will replace `slirp4netns`.