Skip to content

Commit

Permalink
irc: Dockerfile: bind to 0.0.0.0
Browse files Browse the repository at this point in the history
this allows us to forward 6667/tcp with podman
  • Loading branch information
wfr committed Jan 30, 2025
1 parent 2a9b73d commit edffbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN cd ricochet-irc && \
-DRICOCHET_REFRESH_INSTALL_DESKTOP=OFF -DUSE_SUBMODULE_FMT=ON -DENABLE_GUI=off && \
cmake --build ./build -j$(nproc)

ENTRYPOINT /work/ricochet-irc/build/irc/ricochet-irc
ENTRYPOINT /work/ricochet-irc/build/irc/ricochet-irc --host 0.0.0.0 --i-know-what-i-am-doing

0 comments on commit edffbb0

Please sign in to comment.