Skip to content

Commit

Permalink
docs: update docker setup documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
sujoypal144 committed May 3, 2024
1 parent f092158 commit 73f997a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-setups/dotnet-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
image: mariadb:11.2.2
container_name: foundation-mariadb
ports:
- '127.0.0.1:3307:3306' # Bind port to localhost for enhanced security
- '127.0.0.1:3307:3306' # Bind port to localhost to enhance security
env_file:
- .env
environment:
Expand All @@ -131,7 +131,7 @@ services:
image: foundation-backend
container_name: foundation-backend
ports:
- '127.0.0.1:5000:5000' # Bind port to localhost to restrict external access
- '127.0.0.1:5000:5000' # Bind port to localhost to enhance security
environment:
- DOTNET_URLS=http://+:5000

Expand Down

0 comments on commit 73f997a

Please sign in to comment.