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
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.
Uh oh!
There was an error while loading. Please reload this page.
-
我8080端口已经被其他项目占用 在我创建的时候 我用了-p 8088:8080
可是8088打不开 腾讯服务器和宝塔8088端口均打开
docker ps 在运行

安装参数为
docker run -d --name=aliyundrive-webdav --restart=unless-stopped -p 8088:8080
-v /etc/aliyundrive-webdav/:/etc/aliyundrive-webdav/
-e REFRESH_TOKEN='我的令牌'
-e WEBDAV_AUTH_USER=我的用户名
-e WEBDAV_AUTH_PASSWORD=我的密码
messense/aliyundrive-webdav
尝试更改为-p 8088:8088 \ 也无法进入
尝试用手机端令牌 传入 -e REFRESH_TOKEN=app:'我的令牌' \
也无法进入
Beta Was this translation helpful? Give feedback.
All reactions