gravitystorm / openstreetmap-carto

A general-purpose OpenStreetMap mapnik style, in CartoCSS
Other
1.51k stars 811 forks source link

Migrate Docker documentation from `docker-compose` to `docker compose` #4964

Open hiddewie opened 1 month ago

hiddewie commented 1 month ago

Does not fix an open issue

Changes proposed in this pull request:

The docker compose command has been integrated into Docker for a few years. See https://docs.docker.com/compose/intro/history/#docker-compose-cli-versioning and https://docs.docker.com/compose/migrate. Docker Compose V1 no longer receives updates.

No map style changes.

StyXman commented 1 month ago

One note, on Debian stable, released last February, it's still docker-compose. I use it every day. Not sure about Ubuntu 20.04 or 24.04.

hiddewie commented 1 month ago

Is there list of supported OSes as development environments?

Also, the instructions for Debian (same as Ubuntu) list the docker-compose-plugin package that should provide the docker compose subcommand, without the dash. Does that work for you?