mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 10:35:59 +00:00
feat: add tini to rtorrent-flood image
This commit is contained in:
@@ -9,4 +9,5 @@ FROM jesec/flood:$FLOOD_VERSION as flood
|
||||
COPY --from=rtorrent / /
|
||||
|
||||
# Flood with managed rTorrent daemon
|
||||
ENTRYPOINT ["flood", "--host=0.0.0.0", "--rtorrent"]
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["flood", "--host=0.0.0.0", "--rtorrent"]
|
||||
|
||||
Reference in New Issue
Block a user