[Nextcloud] Always install under subdomain, minor changes to site config and install script

This commit is contained in:
andryyy
2019-04-14 13:26:53 +02:00
parent 1188f45d27
commit cd88165282
4 changed files with 21 additions and 73 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) /web/nextcloud/occ ${@}
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) php /web/nextcloud/occ ${@}