Redid networking
This commit is contained in:
+5
-2
@@ -88,8 +88,11 @@ in
|
||||
"d ${cfg.mountPoint}/gitea 0750 1000 1000 -"
|
||||
"d ${cfg.mountPoint}/gitea/data 0750 1000 1000 -"
|
||||
"d ${cfg.mountPoint}/nextcloud 0750 root root -"
|
||||
"d ${cfg.mountPoint}/nextcloud/html 0750 root root -"
|
||||
"d ${cfg.mountPoint}/nextcloud/db 0750 root root -"
|
||||
# www-data in the Nextcloud container is UID 33; it needs rx on the
|
||||
# directory and rw on all files it creates inside.
|
||||
"d ${cfg.mountPoint}/nextcloud/html 0750 33 33 -"
|
||||
# Postgres (uid 999) must own this directory — it creates files directly in it
|
||||
"d ${cfg.mountPoint}/nextcloud/db 0700 999 999 -"
|
||||
"d ${cfg.mountPoint}/jellyfin 0750 root root -"
|
||||
"d ${cfg.mountPoint}/jellyfin/config 0750 root root -"
|
||||
"d ${cfg.mountPoint}/media 0755 root root -"
|
||||
|
||||
Reference in New Issue
Block a user