Skip to content

Commit

Permalink
Fix: typo in docker deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag committed Nov 21, 2023
1 parent 8e4f156 commit c7131d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-hosted/deployment/docker.md
Expand Up @@ -59,7 +59,7 @@ docker compose up -d

6) Your Chatwoot installation is complete. Please note that the containers are not exposed to the internet and they only bind to the localhost. Setup something like Nginx or any other proxy server to proxy the requests to the container.

If you want to verify whether the installation is working, try `curl -I localhost:3000/api` to see if it returns `200`. Also, you could temporarily drop the `127:0.0.1:3000:3000` for rails to `3000:3000` in the compose file to access your instance at `http://<your-external-ip>:3000`. It's recommended to revert this change back and use Nginx or some proxy server in the front.
If you want to verify whether the installation is working, try `curl -I localhost:3000/api` to see if it returns `200`. Also, you could temporarily drop the `127.0.0.1:3000:3000` for rails to `3000:3000` in the compose file to access your instance at `http://<your-external-ip>:3000`. It's recommended to revert this change back and use Nginx or some proxy server in the front.

### Additional Steps

Expand Down

0 comments on commit c7131d1

Please sign in to comment.