Commit Graph

7 Commits

Author SHA1 Message Date
Tianon Gravi 15e3853d42 Convert all `stack.yml` to `compose.yaml`
Docker Swarm Mode has been in severely declining usage and maintenance for years now.  Meanwhile, Docker Compose has had quite a lot of changes (notably deprecating the `version:` field required by Swarm / forward compatibility).  As a result, it no longer makes a ton of sense for us to prefer/suggest Swarm usages.

This changes all references to be `compose.yaml` (the upstream-preferred canonical filename: 9a9cc5d9c3/cli/options.go (L384-L385)) directly, leaving "swarm compatibility" as an exercise for the minority of readers who might still need/want it.

Unfortunately, this also means we need to remove all the play-with-docker links (since it only supports stack deploy via URL arguments, not compose), but my experience with that service is that it hasn't been terribly performant for a while, so I don't think this is a huge loss.

(There were also a few trailing references to the long-since-defunct Docker Machine project which have also been cleaned up.)
2025-05-05 15:34:52 -07:00
William Desportes 9154b40d26
Update phpMyAdmin with new ENVs and settings (#2527)
* Update phpMyAdmin with new ENVs and settings
* Also add in developer-tools
* Use MariaDB 10.11 LTS
2025-01-16 09:27:22 -08:00
David Karlsson 9cec477dde docs: update deprecated/outdated compose syntax and filenames
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 13:28:49 +01:00
William Desportes d0d03cad76
Update the phpMyAdmin image docs
Ref: https://github.com/docker-library/official-images/pull/13594
2022-11-25 18:24:56 +01:00
William Desportes 6372937f8f
Update the phpMyAdmin image docs
Ref: https://github.com/docker-library/official-images/pull/12931
2022-08-10 21:31:30 +02:00
J0WI 301c98c706 Remove redundant section 2020-05-07 15:46:19 +02:00
J0WI 1a06458dd2 Add phpMyAdmin 2020-01-16 23:19:52 +01:00