chore: change host port from 8080 → 3410 to avoid conflicts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -27,9 +27,9 @@ COPY --from=build /app/publish .
|
||||
|
||||
# Override connection string to use /app/data/asadi.db (volume path)
|
||||
ENV ConnectionStrings__Default="Data Source=/app/data/asadi.db"
|
||||
ENV ASPNETCORE_URLS="http://+:8080"
|
||||
ENV ASPNETCORE_URLS="http://+:3410"
|
||||
ENV ASPNETCORE_ENVIRONMENT="Production"
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 3410
|
||||
|
||||
ENTRYPOINT ["dotnet", "AsadiTools.dll"]
|
||||
|
||||
Reference in New Issue
Block a user