--label=com.centurylinklabs.watchtower.enable=true

This commit is contained in:
yzqzss 2024-07-17 14:52:48 -07:00
parent 9db3698d54
commit 61816823df

View File

@ -26,6 +26,7 @@ docker rm -f cnblogs \
&& docker run --env ARCHIVIST="$ARCHIVIST" --restart always \
--volume /etc/localtime:/etc/localtime:ro \
--cpu-shares 512 --memory 512M --memory-swap 512M \
--label=com.centurylinklabs.watchtower.enable=true \
--detach --name cnblogs \
"${_image}"
```