Skip to content

Is it possible to change the default port number? #65

Answered by NanKooDev
ahuckphin asked this question in General
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PeerRich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants