Update 'docker-compose.yml'

This commit is contained in:
2024-01-30 06:51:06 +00:00
parent edda9ba9a8
commit 1a0fe2309a
+1
View File
@@ -20,6 +20,7 @@ services:
environment: environment:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_PASSWORD=Bizgaze@123 - POSTGRES_PASSWORD=Bizgaze@123
- POSTGRES_HOST=0.0.0.0
volumes: volumes:
- /var/lib/postgresql/14/bizgaze:/var/lib/postgresql/data - /var/lib/postgresql/14/bizgaze:/var/lib/postgresql/data