Added initial working nextcloud config
This commit is contained in:
parent
eee1de9a36
commit
102aaa59e4
3 changed files with 31 additions and 6 deletions
3
nextcloud/db.env.example
Normal file
3
nextcloud/db.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
POSTGRES_DB=nextcloud
|
||||
POSTGRES_USER=nextcloud
|
||||
POSTGRES_PASSWORD=pass
|
||||
Reference in a new issue