This commit is contained in:
parent
3b27e3e7ee
commit
ef5e45af6d
3 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
registry: registry.nulo.in
|
registry: registry.nulo.in
|
||||||
username: sutty
|
username: sutty
|
||||||
repo: registry.nulo.in/sutty/CHANGEME
|
repo: registry.nulo.in/sutty/tor
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}
|
- ${ALPINE_VERSION}
|
||||||
- latest
|
- latest
|
||||||
|
|
|
@ -11,7 +11,6 @@ RUN apk add --no-cache tor curl jq
|
||||||
COPY ./monit.conf /etc/monit.d/tor.conf
|
COPY ./monit.conf /etc/monit.d/tor.conf
|
||||||
COPY ./torrc /etc/tor/torrc
|
COPY ./torrc /etc/tor/torrc
|
||||||
COPY ./hidden_services.sh /usr/local/bin/hidden_services
|
COPY ./hidden_services.sh /usr/local/bin/hidden_services
|
||||||
RUN chmod +x /usr/local/bin/hidden_services
|
|
||||||
RUN chmod 644 /etc/tor/torrc
|
RUN chmod 644 /etc/tor/torrc
|
||||||
|
|
||||||
VOLUME /var/lib/tor
|
VOLUME /var/lib/tor
|
||||||
|
|
0
hidden_services.sh
Normal file → Executable file
0
hidden_services.sh
Normal file → Executable file
Loading…
Reference in a new issue