fixup hardwired paths
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
dc_dir={{ docker_compose_base_dir }}
|
||||
nextcloud_base_dir={{ nextcloud_base_dir }}
|
||||
nextcloud_data_dir={{ nextcloud_data_dir }}
|
||||
nextcloud_base_dir=/var/www/html
|
||||
nextcloud_data_dir=/var/www/data
|
||||
postgres_db_user={{ postgres_db_user }}
|
||||
nextcloud_db_user={{ nextcloud_db_user }}
|
||||
nextcloud_db={{ nextcloud_db }}
|
||||
|
||||
Reference in New Issue
Block a user