Skip to content

Listen to 127.0.0.1 only #1994

Closed Answered by karminski
ssfufu asked this question in Q&A
Aug 3, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

@ssfufu hi, you can use docker command to do it. like:

mkdir -p ~/illa/database; mkdir -p ~/illa/drive; 
docker run -d --name illa_builder -p127.0.0.1:2022:2022 -v ~/illa/database:/opt/illa/database -v ~/illa/drive:/opt/illa/drive illasoft/illa-builder:latest 

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ssfufu
Comment options

Answer selected by ssfufu
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
question Further information is requested
3 participants