Switched to default port 8080
All checks were successful
release-tag / release-image (push) Successful in 1m32s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped

This commit is contained in:
2025-09-06 20:26:08 +02:00
parent 7abbc2c9ae
commit 98c69dfc7d
2 changed files with 9 additions and 2 deletions

View File

@@ -17,12 +17,12 @@ RUN mkdir /web
COPY --from=builder /bin/vcc /bin/vcc
COPY ./web /web
# Default listens on :8090 siehe main.go
EXPOSE 8090
EXPOSE 8080
# Environment defaults; können per compose überschrieben werden
ENV CLIPBOARD_TOKEN="" \
CLIPBOARD_DATA="" \
PORT=":8090" \
PORT=":8080" \
MAX_PER_ROOM=200
ENTRYPOINT ["/bin/vcc"]