DEV Community

Discussion on: Multiple Postgres databases in a single Docker container

Collapse
 
ditharahma12 profile image
Rahmaditha

i've already done that. but still no database created

Thread Thread
 
danicunhac profile image
Daniel Costa

You'll need to then run docker-compose up -d again and if needed, create your new database from an sql script.