mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
#!/usr/bin/with-contenv bash
|
||
|
||
# permissions
|
||
chown abc:abc \
|
||
/config \
|
||
/data
|
||
chown -R abc:abc \
|
||
/var/lib/nginx
|