You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
补充,我是再威联通nas上用docker部署的。
services:
wechat-selkies:
image: registry.linkease.net:5443/nickrunning/wechat-selkies:0.0.8
container_name: wechat-selkies
ports:
- "3000:3000" # http port
- "3001:3001" # https port
restart: unless-stopped
volumes:
- /share/CACHEDEV1_DATA/Docker/wechat/config:/config
devices:
- /dev/dri:/dev/dri # optional, for hardware acceleration
environment:
- PUID=1000 # user ID
- PGID=100 # group ID
- TZ=Asia/Shanghai # timezone
- LC_ALL=zh_CN.UTF-8 # locale
- AUTO_START_WECHAT=true # default is true
- AUTO_START_QQ=false # default is false
- CUSTOM_USER=mmmmmm # recommended to set a custom user name
- PASSWORD=mmmmmm # recommended to set a password for selkies web ui
shm_size: "1gb" # recommended, will improve performance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
0.0.8 版本下安装的任何第三方应用都失败,全部提示 tar: usr/bin/sh: Cannot change mode to rwxr-xr-x: Bad address
然后安装过程中断。然后右键也没有新应用出现。
Beta Was this translation helpful? Give feedback.
All reactions