mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 02:02:18 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -42,7 +42,7 @@ ENV SHELL="/bin/bash" \
|
|||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
VOLUME ["/root","/config","/data"]
|
VOLUME ["/config","/data"]
|
||||||
|
|
||||||
EXPOSE $PORT
|
EXPOSE $PORT
|
||||||
|
|
||||||
@@ -51,4 +51,3 @@ COPY --from=build /. /
|
|||||||
ENTRYPOINT [ "tini", "--" ]
|
ENTRYPOINT [ "tini", "--" ]
|
||||||
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-tor.sh", "healthcheck" ]
|
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-tor.sh", "healthcheck" ]
|
||||||
CMD [ "/usr/local/bin/entrypoint-tor.sh" ]
|
CMD [ "/usr/local/bin/entrypoint-tor.sh" ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user