fix: 🐛 remove port for db
This commit is contained in:
parent
b2f4b573f3
commit
69ec44032b
@ -22,8 +22,6 @@ services:
|
||||
image: postgres:15.2-alpine
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- ./schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
- ./data:/var/lib/postgresql/data
|
||||
|
||||
Loading…
Reference in New Issue
Block a user