Minor changes to compose and Dockerfile.

This commit is contained in:
Daan
2024-10-23 23:15:41 +02:00
parent 83560bc775
commit 166fcda193
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest AS build
FROM alpine:latest
LABEL maintainer="dselen@nerthus.nl"
# Declaring environment variables, change Peernet to an address you like, standard is a 24 bit subnet.
@@ -59,4 +59,4 @@ 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"]