bind to 0.0.0.0 not localhost

This commit is contained in:
2019-12-09 12:47:10 -08:00
parent 68abf2f791
commit 91ba79694c
2 changed files with 4 additions and 1 deletions

View File

@@ -31,7 +31,11 @@ RUN bash /tmp/prereqs.sh
ADD install.sh /tmp/install.sh
WORKDIR /mastodon
ENV HOME /mastodon
ENV BIND 0.0.0.0
RUN chpst -u mastodon:mastodon bash /tmp/install.sh
ADD ./rootfs /