Change Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)

This commit is contained in:
Eugen Rochko 2019-07-18 20:28:05 +02:00 committed by GitHub
parent 84e988479e
commit 15c7478c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -112,6 +112,7 @@ ENV NODE_ENV="production"
# Tell rails to serve static files
ENV RAILS_SERVE_STATIC_FILES="true"
ENV BIND="0.0.0.0"
# Set the run user
USER mastodon