Skip to content

Paper/live ports does not appear to be open #98

Answered by gnzsnz
qiujunda92 asked this question in Q&A
Discussion options

You must be logged in to vote

secrets will NOT work.

regarding networking, you are publishing your ports on 127.0.0.1, thus you can NOT connect from the outside. This is "very secure".

Try something like

    ports:
      - "4002:4002" # paper
      - "4001:4001" # live
      - "5900:5900" # vnc

this is "VERY insecure" but you will be able to connect, if you have your firewall setup correctly. I explain the different options on the README.md - Security Considerations

this IS NOT a BUG.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gnzsnz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
wontfix This will not be worked on
2 participants
Converted from issue

This discussion was converted from issue #94 on April 23, 2024 07:44.