fix(dnew): share -> gshare

This commit is contained in:
Dict Xiong 2024-06-26 13:38:29 +08:00
parent d1addbb75f
commit ba68011de9

View File

@ -30,7 +30,7 @@ ask_for_yN()
container_name=$(whoami)_$(date +%y%m%d-%H%M%S)
base_command="sudo docker run -d --net=host \\
-v /home2:/home2 -v /share:/share \\
-v /home2:/home2 -v /gshare:/gshare \\
--cap-add=SYS_NICE --cap-add=IPC_LOCK \\
--security-opt seccomp=unconfined --ulimit memlock=-1:-1 \\
--restart=unless-stopped \\