mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
rtorrent-flood: fix previous commit, change volume
This commit is contained in:
parent
0c396e9d96
commit
7ad70b9f01
@ -81,7 +81,7 @@ COPY rtorrent.rc /home/torrent/.rtorrent.rc
|
||||
|
||||
RUN chmod +x /usr/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
|
||||
|
||||
VOLUME /data /usr/flood/server/db
|
||||
VOLUME /data /flood-db
|
||||
|
||||
EXPOSE 3000 49184 49184/udp
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
const CONFIG = {
|
||||
dbCleanInterval: 1000 * 60 * 60,
|
||||
dbPath: './server/db/',
|
||||
dbPath: '/flood-db/',
|
||||
floodServerPort: 3000,
|
||||
maxHistoryStates: 30,
|
||||
pollInterval: 1000 * 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user