Change Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user