Open ReimarBauer opened 7 months ago
Hey @ReimarBauer, thanks for reporting this. I've fixed the command to use V2 syntax in the README and the example docker-compose.yml file.
that's a minor, no breakage when its there
docker compose up -d
WARN[0000] /home/install/sampledb/docker-compose.yml: `version` is obsolete
In case someone else sees
The Docker Compose V2 syntax is
docker compose up -d
As of July 2023, the old Docker Compose V1 syntax is completely deprecated, and only the V2 syntax is supported.