Skip to content

Commit

Permalink
Fix container ports in Docker compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Jan 17, 2025
1 parent a0c8697 commit 43162d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
ua-cloudlibrary:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=https://+:443;http://+:80
- ASPNETCORE_URLS=https://+:443;http://+:8080
ports:
- "80"
- "443"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
pgadmin:
image: "dpage/pgadmin4"
ports:
- 8080:80
- 80:8080
environment:
PGADMIN_DEFAULT_EMAIL: [email protected]
PGADMIN_DEFAULT_PASSWORD: uacloudlib
Expand Down

0 comments on commit 43162d0

Please sign in to comment.