mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-12-22 04:55:37 +00:00
Fix unmutable conf
This commit is contained in:
@ -47,7 +47,7 @@ relay {
|
|||||||
port = 7777
|
port = 7777
|
||||||
|
|
||||||
# Set OS-limit on maximum number of open files/sockets (if 0, don't attempt to set) (restart required)
|
# Set OS-limit on maximum number of open files/sockets (if 0, don't attempt to set) (restart required)
|
||||||
nofiles = 1000000
|
nofiles = 524288
|
||||||
|
|
||||||
# HTTP header that contains the client's real IP, before reverse proxying (ie x-real-ip) (MUST be all lower-case)
|
# HTTP header that contains the client's real IP, before reverse proxying (ie x-real-ip) (MUST be all lower-case)
|
||||||
realIpHeader = ""
|
realIpHeader = ""
|
||||||
|
|||||||
@ -5,8 +5,6 @@ RUN apk add --no-cache dcron torsocks
|
|||||||
RUN echo "TorAddress 127.0.0.1" >> /etc/tor/torsocks.conf
|
RUN echo "TorAddress 127.0.0.1" >> /etc/tor/torsocks.conf
|
||||||
RUN echo "TorPort 9050" >> /etc/tor/torsocks.conf
|
RUN echo "TorPort 9050" >> /etc/tor/torsocks.conf
|
||||||
|
|
||||||
ADD . /app
|
|
||||||
|
|
||||||
COPY entrypoint.sh /etc/strfry/entrypoint.sh
|
COPY entrypoint.sh /etc/strfry/entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /etc/strfry/entrypoint.sh
|
RUN chmod +x /etc/strfry/entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user