diff --git a/Dockerfile b/Dockerfile index b818a7cd..87507ed0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN go build -ldflags "-w -s" -o build/x-ui main.go RUN ./DockerInit.sh "$TARGETARCH" # ======================================================== -# Stage: Final Image of 3x-ui +# Stage: Final Image of X-Panel # ======================================================== FROM alpine ENV TZ=Asia/Tehran