Docker Files auf Port 5000 umgestellt
This commit is contained in:
@@ -24,8 +24,7 @@ RUN mkdir -p /app/persistence /app/wwwroot/downloads/sqlite /app/logs
|
||||
VOLUME ["/app/persistence", "/app/wwwroot/downloads/sqlite"]
|
||||
|
||||
# Expose Port 80 und 443 (HTTP + HTTPS)
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 5000
|
||||
|
||||
# Anwendung starten
|
||||
ENTRYPOINT ["dotnet", "Watcher.dll"]
|
||||
|
Reference in New Issue
Block a user