Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions manual-install/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ services:
restart: unless-stopped
read_only: true
tmpfs:
- /var/log/supervisord
- /var/run/supervisord
- /run
- /usr/local/apache2/logs
- /tmp
- /home/www-data
Expand Down Expand Up @@ -321,8 +320,7 @@ services:
- talk-recording
read_only: true
tmpfs:
- /var/log/supervisord
- /var/run/supervisord
- /run
- /opt/eturnal/run
- /conf
- /tmp
Expand Down Expand Up @@ -363,7 +361,7 @@ services:
nextcloud-aio-clamav:
image: ghcr.io/nextcloud-releases/aio-clamav:latest
user: "100"
init: false
init: true
healthcheck:
start_period: 60s
test: /healthcheck.sh
Expand All @@ -384,11 +382,9 @@ services:
- clamav
read_only: true
tmpfs:
- /run
- /tmp
- /var/log/clamav
- /run/clamav
- /var/log/supervisord
- /var/run/supervisord
cap_drop:
- NET_RAW

Expand Down