podman: Put nextcloud into debug mode

This commit is contained in:
Ben 2021-08-21 14:59:18 +02:00
parent 0d90d15594
commit 1ad92412f3
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ podman run -d --name=nextcloud --replace=true -p 8080:80 -v "$DIR:/var/www/html/
podman exec nextcloud chown -R 33 /var/www/html/custom_apps
"$DIR/podman-reown.sh"
podman exec --user 33 nextcloud bash -c 'cd /var/www/html/custom_apps/upschooling && make'
podman exec --user 33 nextcloud php occ config:system:set --value=true --type=boolean debug