mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 17:03:44 +08:00
Merge pull request #3384 from nextcloud/aio-yaml-update
This commit is contained in:
commit
58d37d5d78
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ services:
|
|||
init: true
|
||||
expose:
|
||||
- "9000"
|
||||
- "9001"
|
||||
volumes:
|
||||
- nextcloud_aio_nextcloud:/var/www/html:rw
|
||||
- ${NEXTCLOUD_DATADIR}:/mnt/ncdata:rw
|
||||
|
@ -252,7 +253,7 @@ services:
|
|||
|
||||
nextcloud-aio-clamav:
|
||||
image: nextcloud/aio-clamav:latest
|
||||
init: true
|
||||
init: false
|
||||
expose:
|
||||
- "3310"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue