Implem / Implem.Pleasanter

Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
https://pleasanter.org
GNU Affero General Public License v3.0
511 stars 81 forks source link

Change Docker container port mapping from 80 to 8080 #543

Closed narita1980 closed 4 weeks ago

narita1980 commented 1 month ago

Overview

This pull request changes the Docker container port mapping from port 80 to port 8080.

Changes

Reason

Based on the following application logs, it was determined that port 8080 is appropriate for the service:

info: Microsoft.Hosting.Lifetime[14]
      Now listening on: http://[::]:8080
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: /app

Testing

Related Issues

None

jimkawn commented 1 month ago

プルリクありがとうございます。 確認いたしますので少々お時間をいただきます。

pierre3 commented 4 weeks ago

貢献ありがとうございます。 マージいたしました。

narita1980 commented 3 weeks ago

マージありがとうございました!