-
Instead of port 3000 for Calendso, can I change the it to port 80 instead? |
Beta Was this translation helpful? Give feedback.
Answered by
NanKooDev
Feb 4, 2022
Replies: 1 comment
-
You can change it in the Dockerfile. You then also need to change it in the .env file. Just look for the number 3000 and change it to whatever port you want, just make sure you use the same port in both files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PeerRich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change it in the Dockerfile. You then also need to change it in the .env file. Just look for the number 3000 and change it to whatever port you want, just make sure you use the same port in both files.
You must do this before using the
docker-compose up --build
command.If it doesn't work, you can try creating the container like normal, and then changing the port afterwards.