Symlink ZeroTier var to Zoraxy config

This commit is contained in:
PassiveLemon
2024-11-12 12:40:08 -05:00
parent 2e9bc77a5d
commit 294d504ee6
2 changed files with 5 additions and 1 deletions

View File

@ -58,7 +58,7 @@ ENV WEBROOT="./www"
ENV ZTAUTH=""
ENV ZTPORT="9993"
VOLUME [ "/opt/zoraxy/config/", "/var/lib/zerotier-one/" ]
VOLUME [ "/opt/zoraxy/config/" ]
ENTRYPOINT [ "/opt/zoraxy/entrypoint.sh" ]