diff --git a/Dockerfile b/Dockerfile index 667e390..f1803a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file diff --git a/clipboard.json b/clipboard.json index 1bd7e15..e168de8 100644 --- a/clipboard.json +++ b/clipboard.json @@ -43,6 +43,13 @@ "type": "text", "content": "UoT$YvL%eAKh\u0026SG9VS\u0026$", "created_at": "2025-09-06T14:28:32.4447206Z" + }, + { + "id": "20250906T154926.777767300Z-6907b53a7b2cc54d", + "room": "default", + "type": "text", + "content": ",2V=;eEM.i4wG^C?$+6?", + "created_at": "2025-09-06T15:49:26.7777673Z" } ] }