duplicati --mount

This commit is contained in:
严浩
2024-10-19 20:20:22 +08:00
committed by GitHub
parent ab16ce3d98
commit 88aa77a36e

View File

@ -13,7 +13,7 @@ DUPLICATI_DOMAIN=❗️❗️❗️
DUPLICATI_PASSWORD=❗️❗️❗️
docker run -d -p 8500:8200 --name duplicati_canary \
-v duplicati-data:/data \
-v ~/_docker-stacks:/_docker-stacks \
--mount type=bind,source=~/_docker-stacks,target/_docker-stacks \
-e "TZ=Asia/Shanghai" \
-e "DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=$DUPLICATI_DOMAIN" \
-e "DUPLICATI__WEBSERVICE_PASSWORD=$DUPLICATI_PASSWORD" \