bind to 0.0.0.0 not localhost
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user