Don't provision occ script on every machine
It only makes sense on 1
This commit is contained in:
5
ansible/roles/pve_docker/files/nextcloud/occ
Executable file
5
ansible/roles/pve_docker/files/nextcloud/occ
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
exec docker-compose -f /opt/nextcloud/docker-compose.yml exec -u abc nextcloud php /config/www/nextcloud/occ "$@"
|
Reference in New Issue
Block a user