feat: add ability to add extra_hosts to nextcloud docker-compose
This commit is contained in:
parent
d3bf520bf0
commit
ea8178fcf0
2 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ nextcloud_domain: "nextcloud.local.test"
|
|||
nextcloud_image: "nextcloud:fpm"
|
||||
nextcloud_redis_image: "redis:latest"
|
||||
nextcloud_port: 80
|
||||
nextcloud_extra_hosts: []
|
||||
|
||||
nextcloud_postgres_image: "postgres:15"
|
||||
nextcloud_postgres_db: nextcloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue