Commit 2174468 1 parent ed64d95 commit 2174468 Copy full SHA for 2174468
File tree 3 files changed +402
-2
lines changed
3 files changed +402
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:20.04
3
3
RUN apt-get update && apt-get upgrade -y
4
4
5
5
RUN apt-get update && apt-get install -y \
6
- jq unzip tar fail2ban curl wget gawk sed vim && \
6
+ jq unzip tar fail2ban curl wget gawk sed vim tree && \
7
7
rm -rf /var/lib/apt/lists/*
8
8
9
9
RUN useradd -ms /bin/bash kingofthenorth
@@ -18,11 +18,14 @@ RUN chmod +x /usr/local/bin/raven_init &&\
18
18
RUN chmod +x /usr/local/bin/raven_status
19
19
RUN rm -f /usr/local/bin/raven_init
20
20
21
+
22
+ VOLUME [ "/home/kingofthenorth/.raven" ]
23
+ RUN chown -R kingofthenorth:kingofthenorth /home/kingofthenorth/.raven
21
24
COPY ./files/raven.conf /home/kingofthenorth/.raven
22
25
23
26
USER kingofthenorth
24
27
WORKDIR /home/kingofthenorth
25
28
26
29
EXPOSE 8767
27
30
28
- ENTRYPOINT ravend
31
+ ENTRYPOINT ravend
Original file line number Diff line number Diff line change
1
+ # rpcuser=rpcuser #optional
2
+ # rpcpassword=SETYOURPASSWORDHERE #optional
3
+ # rpcallowip=127.0.0.1 #optional
4
+ # prune=42000 #optional
1
5
server=1
2
6
listen=1
3
7
upnp=1
You can’t perform that action at this time.
0 commit comments