Skip to content

Commit

Permalink
apps: Default to IPv6 in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Feb 14, 2023
1 parent c8623c0 commit 9d05bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plop-pack/skel/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY package.json /app/
COPY dist/ /app/dist/

USER 31337
ENV LISTEN_HOST="0.0.0.0" \
ENV LISTEN_HOST="::/0" \
LISTEN_PORT="8080" \
SSR_ONLY="false" \
SESSIONS_SECRET="changeme" \
Expand Down

1 comment on commit 9d05bf2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.