Skip to content

Commit

Permalink
readme: add references
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sjölund <[email protected]>
  • Loading branch information
eriksjolund committed Nov 12, 2023
1 parent fa7a9f7 commit 33e32e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 33e32e3

Please sign in to comment.