Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
quick-start: set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew committed Jun 19, 2024
1 parent 7821d28 commit a93cceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ for _cname in acdanmaku huashijie lowapk-v2; do
&& docker stop "${_cname}"
docker rm -f "${_cname}" \
&& docker run --env ARCHIVIST="$ARCHIVIST" --restart always \
--volume /etc/localtime:/etc/localtime:ro \
--cpu-shares 512 --memory 512M --memory-swap 512M \
--detach --name "${_cname}" \
"${_image}"
Expand Down

0 comments on commit a93cceb

Please sign in to comment.