Rename services, fix abra occ

See compose-stacks/organising#19
This commit is contained in:
3wc
2020-09-28 01:16:36 +02:00
parent ccc8212fac
commit 59d1c0270b
2 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,3 @@
sub_occ(){
sub_run_args nextcloud "-u www-data" php /var/www/html/occ "$@"
sub_run -u www-data app php /var/www/html/occ "$@"
}