fix: nextcloud trusted domains use ansible variable
This commit is contained in:
parent
8267a66def
commit
13de80c361
@ -3,7 +3,7 @@ POSTGRES_USER=nextcloud
|
||||
POSTGRES_PASSWORD="{{ db_password }}"
|
||||
POSTGRES_HOST=db
|
||||
|
||||
NEXTCLOUD_TRUSTED_DOMAINS=nc.cazzzer.com
|
||||
NEXTCLOUD_TRUSTED_DOMAINS="nc.{{ domain }}"
|
||||
|
||||
REDIS_HOST=redis
|
||||
REDIS_HOST_PASSWORD="{{ redis_password }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user