Fix: the issue of regenerating the config file without filling the placeholders.

This commit is contained in:
Shahrad Elahi
2024-02-15 11:12:05 +03:30
parent ccc3b20132
commit ff674dda61
6 changed files with 72 additions and 61 deletions

View File

@@ -22,7 +22,7 @@ RUN apk update && apk upgrade &&\
rm -rf /var/cache/apk/*
# Copy Tor Configs
COPY /config/torrc /etc/tor/torrc
COPY /config/torrc.template /etc/tor/torrc.template
COPY /config/obfs4-bridges.conf /etc/torrc.d/obfs4-bridges.conf
# Copy user scripts