mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
commit
b8d08fc77b
1 changed files with 5 additions and 4 deletions
|
|
@ -341,7 +341,7 @@ services:
|
||||||
init: false
|
init: false
|
||||||
healthcheck:
|
healthcheck:
|
||||||
start_period: 60s
|
start_period: 60s
|
||||||
test: clamdcheck.sh
|
test: /healthcheck.sh
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
start_interval: 5s
|
start_interval: 5s
|
||||||
|
|
@ -351,7 +351,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- MAX_SIZE=${NEXTCLOUD_UPLOAD_LIMIT}
|
- MAX_SIZE=${NEXTCLOUD_UPLOAD_LIMIT}
|
||||||
- CLAMD_STARTUP_TIMEOUT=90
|
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_clamav:/var/lib/clamav:rw
|
- nextcloud_aio_clamav:/var/lib/clamav:rw
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -359,9 +358,11 @@ services:
|
||||||
- clamav
|
- clamav
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /var/lock
|
|
||||||
- /var/log/clamav
|
|
||||||
- /tmp
|
- /tmp
|
||||||
|
- /var/log/clamav
|
||||||
|
- /run/clamav
|
||||||
|
- /var/log/supervisord
|
||||||
|
- /var/run/supervisord
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue