You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
Added comment explaining chksum file location
This commit is contained in:
@@ -7,6 +7,8 @@ sleep 5
|
|||||||
echo "${log_date} Start check-for-changes script."
|
echo "${log_date} Start check-for-changes script."
|
||||||
|
|
||||||
# create work area outside mounted directory
|
# create work area outside mounted directory
|
||||||
|
# the checksum file should be reused on subsequent runs,
|
||||||
|
# but only by this container, not by others using same mount
|
||||||
mkdir -p /tmp/docker-mailserver-work
|
mkdir -p /tmp/docker-mailserver-work
|
||||||
CHKSUM_FILE=/tmp/docker-mailserver-work/chksum
|
CHKSUM_FILE=/tmp/docker-mailserver-work/chksum
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user