mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix the permissions
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
564fbad078
commit
7c8b134e8d
1 changed files with 2 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ mkdir -p /mnt/docker-aio-config/certs/
|
||||||
|
|
||||||
# Adjust permissions for all instances
|
# Adjust permissions for all instances
|
||||||
chmod 770 -R /mnt/docker-aio-config
|
chmod 770 -R /mnt/docker-aio-config
|
||||||
|
chmod 777 /mnt/docker-aio-config
|
||||||
chown www-data:www-data -R /mnt/docker-aio-config/data/
|
chown www-data:www-data -R /mnt/docker-aio-config/data/
|
||||||
chown www-data:www-data -R /mnt/docker-aio-config/session/
|
chown www-data:www-data -R /mnt/docker-aio-config/session/
|
||||||
chown root:root -R /mnt/docker-aio-config/caddy/
|
chown root:root -R /mnt/docker-aio-config/caddy/
|
||||||
|
|
@ -72,4 +73,4 @@ E.g. https://internal.ip.of.this.server:8080
|
||||||
If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:
|
If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:
|
||||||
https://your-domain-that-points-to-this-server.tld:8443"
|
https://your-domain-that-points-to-this-server.tld:8443"
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue