modified ports but still stuck on 3000 #559
mrhalliwell
started this conversation in
General
Replies: 2 comments
-
Try 3033:3000 in your docker-compose. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You shouldn't care about changing the "internal" port of the container. Only thing you need to change is in the docker compose file change |
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
-
So I have modified the files below
.env (localhost:3033)
docker-compose.yml (3033:3033)
changed the port (a total of three in the two docs) into 3033.
after docker compose up, it still shows "3000/tcp, 0.0.0.0:3033->3033/tcp, :::3033->3033/tcp "
Not sure what part I missed?
Beta Was this translation helpful? Give feedback.
All reactions