Also, my docker-compose for a Postgres container is literally:
services: db: image: postgres:10 ports: - "5432:5432"
Also, my docker-compose for a Postgres container is literally:
"so much easier" seems very hyperbolic. Not denying that SQLite is an amazing piece of software though!