Merge branch 'v4.1-dev' into v4.1-dev

This commit is contained in:
Donald Zou
2024-11-07 23:50:54 +08:00
committed by GitHub
46 changed files with 83 additions and 123 deletions

View File

@@ -8,6 +8,9 @@ ARG wg_port="51820"
# Following ENV variables are changable on container runtime because /entrypoint.sh handles that. See compose.yaml for more info.
ENV TZ="Europe/Amsterdam"
ENV global_dns="1.1.1.1"
ENV enable="none"
ENV isolate="none"
ENV public_ip="0.0.0.0"
@@ -54,4 +57,5 @@ COPY entrypoint.sh /entrypoint.sh
# Exposing the default WireGuard Dashboard port for web access.
EXPOSE 10086
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]