ich kotz gleich

This commit is contained in:
2025-08-22 09:20:31 +02:00
parent 8bf8f5fb19
commit abe438ba0d
4 changed files with 7 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ RUN mkdir -p /app/persistence /app/wwwroot/downloads/sqlite /app/logs
# Volumes
VOLUME ["/app/persistence", "/app/wwwroot/downloads/sqlite", "/app/logs"]
# Expose Port 80 und 443 (HTTP + HTTPS)
# Expose Port 5000
EXPOSE 5000
ENV ASPNETCORE_URLS=http://*:5000
ENV ASPNETCORE_ENVIRONMENT=Development