mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-12 17:46:36 +08:00
fix it
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f90971ef9d
commit
ef1e7c28f6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN set -ex; \
|
|||
sed -i "/^set -eu/r /start.script" /init-unprivileged; \
|
||||
rm /start.script; \
|
||||
grep -q 'clamd --foreground &' /init-unprivileged; \
|
||||
sed -i "s|clamd --foreground \&|clamd --foreground \& --config-file /tmp/clamd.conf|" /init-unprivileged; \
|
||||
sed -i "s|clamd --foreground \&|clamd --foreground --config-file /tmp/clamd.conf \&|" /init-unprivileged; \
|
||||
cat /init-unprivileged
|
||||
|
||||
VOLUME /var/lib/clamav
|
||||
|
|
Loading…
Add table
Reference in a new issue