Closed tempcoderr closed 1 year ago
COMMENTO_PORT
is the port for commento to listen on inside the container. It should match the port number after the :
in your port list, 8080
in your case. COMMENTO_ORIGIN
is the URL that you will be exposing publicly.
In your case, simply changing COMMENTO_PORT
to 8080
should fix your issue.
Thanks a lot @abstractvector, it worked.
I have written the following docker compose file:
When I do
docker-compose up
and openhttp://localhost:3002
, it gives meThis page isn’t working right now
error. Can anyone tell me what is wrong here?