From 33e32e30880ba9d4cbc5ddf6b0cfa5a712bc1f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sj=C3=B6lund?= Date: Sun, 12 Nov 2023 09:01:54 +0100 Subject: [PATCH] readme: add references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erik Sjölund --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f1d6aff..b5c3c7e 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,12 @@ systemctl --user start mariadb.service systemctl --user start nextcloud.service systemctl --user start nginx.socket ``` + +### References + +https://github.com/eriksjolund/podman-nginx-socket-activation +nginx + podman + socket activation + +https://github.com/containers/podman/discussions/20519 +This project was created to see if it is possible to run nextcloud in multiple containers (nextcloud, mariadb, redis, nginx) with rootless podman and at the same +time only create files and directories that are owned by the regular user on the host. See the discussion for the starting point of the idea.