Replies: 2 comments
-
我刚用compose的方式搭建了一个监听在非8080端口的,目测还是可以。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
-p 56315:8080 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述
root@SG2:~# docker run -d --name=aliyundrive-webdav --restart=unless-stopped -p 56315:56315 \
--2023-05-26 11:06:39-- (try: 2) http://127.0.0.1:56315/
Connecting to 127.0.0.1:56315... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
^C
root@SG2:~#
重现步骤
好像不能用8080之外的端口
版本
docke安装
运行平台
Linux
日志
root@SG2:~# docker run -d --name=aliyundrive-webdav --restart=unless-stopped -p 56315:56315 \
--2023-05-26 11:06:39-- (try: 2) http://127.0.0.1:56315/
Connecting to 127.0.0.1:56315... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
^C
root@SG2:~#
Beta Was this translation helpful? Give feedback.
All reactions