Update 'docker-compose.yml'

This commit is contained in:
2024-01-30 08:42:55 +00:00
parent b96e272598
commit 29f0e5ff25
+1 -1
View File
@@ -16,7 +16,7 @@ services:
image: postgres:14 image: postgres:14
container_name: postgresql_${containername} container_name: postgresql_${containername}
ports: ports:
- "2424:5432" - "2424:2424"
environment: environment:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_PASSWORD=Bizgaze@123 - POSTGRES_PASSWORD=Bizgaze@123