diff --git a/Pushy/Pushy.Client/Pushy.Client.csproj b/Pushy/Pushy.Client/Pushy.Client.csproj
index 99e0ba3..b9d7c6f 100644
--- a/Pushy/Pushy.Client/Pushy.Client.csproj
+++ b/Pushy/Pushy.Client/Pushy.Client.csproj
@@ -14,10 +14,4 @@
-
-
- .dockerignore
-
-
-
diff --git a/Pushy/Pushy/Dockerfile b/Pushy/Pushy/Dockerfile
index b9190af..5e83cd2 100644
--- a/Pushy/Pushy/Dockerfile
+++ b/Pushy/Pushy/Dockerfile
@@ -1,8 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER $APP_UID
WORKDIR /app
-EXPOSE 8080
-EXPOSE 8081
+EXPOSE 80
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
diff --git a/Pushy/Pushy/Pushy.csproj b/Pushy/Pushy/Pushy.csproj
index c277bb0..9c54b40 100644
--- a/Pushy/Pushy/Pushy.csproj
+++ b/Pushy/Pushy/Pushy.csproj
@@ -6,6 +6,7 @@
enable
Linux
13
+ d8fe2296-80f7-4812-b26a-ccaa6167a6e1
diff --git a/Pushy/Pushy/appsettings.json b/Pushy/Pushy/appsettings.json
index 9dc3af0..10f68b8 100644
--- a/Pushy/Pushy/appsettings.json
+++ b/Pushy/Pushy/appsettings.json
@@ -5,8 +5,5 @@
"Microsoft.AspNetCore": "Warning"
}
},
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "Valkey": "192.168.1.95:6379"
- }
+ "AllowedHosts": "*"
}