Replies: 1 comment
-
你是使用内网穿透技术还是家里就有公网ip |
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.
-
docker run -d
--name=maxkb
--restart=always
-p 41540:8080
-v ./maxkb:/var/lib/postgresql/data
-v ./python-packages:/opt/maxkb/app/sandbox/python-packages
cr2.fit2cloud.com/1panel/maxkb
启动后可以本地 127.0.0.1:41540 访问,但无法用 公网ip:41540 访问,防火墙全关,自己家的服务器没安全组,服务器其他应用都正常
Beta Was this translation helpful? Give feedback.
All reactions