ERR_CONNECTION_REFUSED on Docker #3801
-
If i start the Docker Chatwoot Production deployment guide with an empty server with just docker --version should i need something else? Because when i finish it, and try to connect to port 3000 on my ip, it gives docker-compose run --rm rails bundle exec rails db:chatwoot_prepare Creating network "root_default" with the default driver
Bundle complete! 99 Gemfile dependencies, 199 gems now installed. Gems in the groups 'development' and 'test' were not installed. Bundled gems are installed into
The Gemfile's dependencies are satisfied
docker-compose up -d root_redis_1 is up-to-date Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@Toninobandolero If you are on ec2 or a provider which blocks ports, you might need to open up port 3000 |
Beta Was this translation helpful? Give feedback.
-
@Toninobandolero The production compose file does not expose any container to the internet. It only binds to localhost. The assumption is you would use something like Nginx or another proxy server with it. ref: #3354 (comment) |
Beta Was this translation helpful? Give feedback.
@Toninobandolero The production compose file does not expose any container to the internet. It only binds to localhost. The assumption is you would use something like Nginx or another proxy server with it.
ref: #3354 (comment)