mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 02:29:01 +00:00
@@ -25,5 +25,4 @@ USER download
|
||||
EXPOSE 3000
|
||||
|
||||
# Flood
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["flood", "--host=0.0.0.0"]
|
||||
ENTRYPOINT ["/sbin/tini", "--", "flood", "--host=0.0.0.0"]
|
||||
|
||||
@@ -9,5 +9,4 @@ FROM jesec/flood:$FLOOD_VERSION as flood
|
||||
COPY --from=rtorrent / /
|
||||
|
||||
# Flood with managed rTorrent daemon
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["flood", "--host=0.0.0.0", "--rtorrent"]
|
||||
ENTRYPOINT ["/sbin/tini", "--", "flood", "--host=0.0.0.0", "--rtorrent"]
|
||||
|
||||
Reference in New Issue
Block a user