Skip to content

Commit

Permalink
wrong IP
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Nov 21, 2024
1 parent da6de56 commit 524b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
# So only if a newer database version is available clamd will be notified next time, and this can take hours/days.
# Remarks: The socket port is configured in the .Dockerfile itself.
sleep 120s
echo RELOAD | nc 127.0.0.01 3310 &
echo RELOAD | nc 127.0.0.1 3310 &
) 2>&1 | tee -a /var/log/clamav/clamav.log


Expand Down

0 comments on commit 524b2f5

Please sign in to comment.