1
10
146
管理员
sudo docker build -f ./DockerfileWithWechat . -t webtop:ubuntu-zh-wechat
sudo docker run -d \ -e CUSTOM_USER=testwebtopuser \ -e PASSWORD=testwebtoppassword \ --name=webtop-ubuntu-zh-wechat \ --cap-add=CAP_AUDIT_WRITE \ --security-opt seccomp=unconfined \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Asia/Shanghai \ -e LC_ALL="zh_CN.UTF-8" \ -e SUBFOLDER=/ `#optional` \ -e TITLE="Webtop-zh" `#optional` \ -p 53000:3000 \ -p 53001:3001 `#optional` \ -v /dev/shm:/dev/shm `#共享内存相关` \ -v ./wechatdata/:/config/ `#数据保存目录映射到主机` \ --restart unless-stopped \ webtop:ubuntu-zh-wechat
举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Discuz! X
GMT+8, 2025-10-23 18:06 , Processed in 0.102752 second(s), 28 queries .
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.