podman: Put nextcloud into debug mode
This commit is contained in:
parent
0d90d15594
commit
1ad92412f3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue