mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-05 04:14:12 +00:00
allow FCGI to be connected to with -p port:port instead of using --network host set
change fcgi bind address to 0.0.0.0 so it can be accessed outside the container with -p port:port instead of using --network host
This commit is contained in:
parent
55cdf5dd97
commit
eaa2c093f6
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ RUN make -C $TB_BUILD_DIR && make -C $TB_BUILD_DIR install
|
|||
ENV TB_EXEC_BIN=/usr/local/bin/treebird
|
||||
RUN chmod a+x $TB_EXEC_BIN
|
||||
|
||||
CMD fcgiwrap -c 10 -f -s tcp:127.0.0.1:4008
|
||||
CMD fcgiwrap -c 10 -f -s tcp:0.0.0.0:4008
|
Loading…
Reference in a new issue