mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Use autoconfig.php provided by the image
This commit is contained in:
parent
4fbd273cb0
commit
0548adf1c1
36 changed files with 32 additions and 160 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
- db.env
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
@ -21,6 +21,8 @@ services:
|
|||
- VIRTUAL_HOST=
|
||||
- LETSENCRYPT_HOST=
|
||||
- LETSENCRYPT_EMAIL=
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
env_file:
|
||||
- db.env
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue