Pull the official docker-compose stack
listmonk ships a complete docker-compose file with the app + Postgres pre-wired. Don't try to roll your own — the upstream compose handles volume mounts, the init job that creates the database schema, and admin-user creation in one shot.
`docker compose` says 'unknown command'.
You're on the old Compose v1 (`docker-compose` with a hyphen). Either install Compose v2 (it ships with current Docker Desktop) or use `docker-compose` for every command in this guide.