Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PODMAN_SSL_DIR_HOST=/your/absolute/path/to/configs/ssl

# clamav
# https://hub.docker.com/r/clamav/clamav/
PODMAN_CLAMAV_IMAGE=docker.io/clamav/clamav:1.5.2@sha256:cef57306047cd9cf49001e01dcf2f9d17480f7bc09f9095c3b2df00727b796b3
PODMAN_CLAMAV_IMAGE=docker.io/clamav/clamav:1.5.2@sha256:65ae17252e5fc2605ff0a0ccd18dd2dd43f8aef6591d999cdee2f5b6714b5668
PODMAN_CLAMAV_DATA_DIR_HOST=/your/absolute/path/to/data/clamav_data
PODMAN_CLAMAV_DATA_DIR_CONTAINER=/var/lib/clamav
PODMAN_CLAMAV_LOG_DIR_HOST=/your/absolute/path/to/data/clamav_log
Expand Down