I am trying to create a docker which contains my existing postgreSQL database. Here is my docker-compose file :
version: "3.1" services: db: