Skip to content

Commit 2c3a0de

Browse files
committed
just bind ip
1 parent 314f1f9 commit 2c3a0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN bundle install && \
6565
EXPOSE 3000/tcp
6666

6767
# Finally, start the server using Puma!
68-
CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b tcp://0.0.0.0:80
68+
CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b 0.0.0.0
6969

7070

7171

0 commit comments

Comments
 (0)