Getting error while deploying - address already in use #631
-
I'm trying to deploy Revolt on my VPS using docker. But I'm getting this error
I have also updated my .env file but don't know why it's still considering 0.0.0.0 as HOSTNAME
I haven't touched the |
Beta Was this translation helpful? Give feedback.
Answered by
DezyNation
Oct 11, 2023
Replies: 1 comment
-
I solved it by following the steps for reverse proxy. In your
And then in your .env, mention the port you are reffering to: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DezyNation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it by following the steps for reverse proxy. In your
docker-compose.yml
use any port which is available.And then in your .env, mention the port you are reffering to:
HOSTNAME=:443