mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Yaml updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
92aae9dfd0
commit
2ac76c80fd
1 changed files with 2 additions and 1 deletions
|
|
@ -93,6 +93,7 @@ services:
|
||||||
init: true
|
init: true
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
|
- "9001"
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_nextcloud:/var/www/html:rw
|
- nextcloud_aio_nextcloud:/var/www/html:rw
|
||||||
- ${NEXTCLOUD_DATADIR}:/mnt/ncdata:rw
|
- ${NEXTCLOUD_DATADIR}:/mnt/ncdata:rw
|
||||||
|
|
@ -252,7 +253,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-clamav:
|
nextcloud-aio-clamav:
|
||||||
image: nextcloud/aio-clamav:latest
|
image: nextcloud/aio-clamav:latest
|
||||||
init: true
|
init: false
|
||||||
expose:
|
expose:
|
||||||
- "3310"
|
- "3310"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue