Commit Graph

41 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
MorgusLethe c8ab7a6b81
Corrected info how WORDPRESS_CONFIG_EXTRA is put into effect 2024-02-11 09:47:22 +01:00
Tianon Gravi e78de994d9 Update WordPress documentation, especially to document read-only deployments 2021-10-14 15:36:31 -07:00
Joe Ferguson 847f674d7c Wordpress_db is no longer auto created
see https://github.com/docker-library/wordpress/pull/572
2021-03-12 14:59:46 -08:00
wglambert 10fb044b05
Update wordpress/content.md
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
2020-07-24 13:28:12 -07:00
wglambert cd1b0ff876
Update content.md 2020-07-23 13:36:01 -07:00
Adrien Luxey 3d129066bd Wordpress: extend doc on PHP extensions
The lack of emailing is a good example of an additional extension that is not included in the image. Also referencing [wordpress/issues/30](https://github.com/docker-library/wordpress/issues/30) because it contains good suggestions on the topic.
2020-03-31 10:40:23 -07:00
Shaharia Azam 9053c80788 Link for `administration over ssl` has been fixed 2019-12-19 00:58:42 +06:00
Shaharia Azam 920980e865 Link for `administration over ssl` has been moved to a new URL. 2019-12-19 00:53:35 +06:00
Tianon Gravi a513f530f4 Add a note about HOME wrt wordpress:cli 2019-07-23 12:51:04 -07:00
Tianon Gravi 8925315ef8 Ditch a lot of "--link" examples (using "--network some-network" instead to force users to do more homework) 2019-03-04 17:15:55 -08:00
Tianon Gravi 5c155fc1af Remove "Repository Links" links 😞 2019-02-20 13:48:30 -08:00
wglambert e8302ac5ca
Update content.md 2018-10-26 13:46:18 -07:00
wglambert 0648332617
Update content.md 2018-10-26 13:34:09 -07:00
Tianon Gravi 8bbbd4cb8a Add a short blurb about TLS + WordPress + NGINX 2018-09-07 14:19:04 -07:00
Tianon Gravi 7ee8b45a07 Add MySQL SSL note to WordPress description 2018-09-05 14:02:52 -07:00
Tianon Gravi afd323040d Add documentation for WORDPRESS_CONFIG_EXTRA 2018-09-04 10:58:15 -07:00
Tianon Gravi 10ba46a559 Add a note about WP-CLI's "USER" 2018-08-13 15:57:22 -07:00
Tianon Gravi af7ffc0116 Fix another REPO vs IMAGE mistake
Thanks @LeoColomb ❤️
2018-07-18 14:17:41 -07:00
Tianon Gravi 79b8833593 Add WORDPRESS_DEBUG note 2018-05-16 12:22:31 -07:00
Tianon Gravi 27d9b1829c Add a new section in the PHP documentation about running as an arbitrary user
This is adapated from what's discussed in https://github.com/docker-library/wordpress/pull/249 (and https://github.com/docker-library/wordpress/issues/256, among others).
2018-05-08 10:53:25 -07:00
Tianon Gravi 9192d73fd6 Adjust "_FILE" docs to match MySQL docs about the same subject 2018-01-09 16:26:14 -08:00
Sven Koschnicke 8642947a72 Added WORDPRESS_DB_PASSWORD_FILE to readme
resolves issue #225
2018-01-09 16:23:14 -08:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Tianon Gravi 9cb58e0970 Convert "redmine" to use "docker stack deploy" 2017-06-09 15:27:59 -07:00
Tianon Gravi 0cb43ce8ad Convert "wordpress" to use "docker stack deploy" as an initial "stack" foray 2017-05-19 15:00:50 -07:00
Peter Kuiper 30a3ea1f49 Added WORDPRESS_TABLE_PREFIX environment variable 2015-09-01 16:46:11 +02:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Tianon Gravi 74a6651080 Point out that wordpress's own Dockerfile has an "extra libraries" example 2015-04-28 17:00:26 -06:00
Tianon Gravi 2eda885281 Update wordpress to use %%REPO%% more aggressively so sections can be reused without change more often 2015-04-28 16:49:06 -06:00
Joe Ferguson 1d7a7afc79 Worsdsmith a bit of wordpress 2015-03-25 11:14:10 -07:00
Jan Suchotzki a0e3798283 Format according to markdownfmt 2015-03-25 10:31:45 +01:00
Jan Suchotzki d941844df1 Fixed typo 2015-03-24 18:07:40 +01:00
Jan Suchotzki 1ca6950c04 Describe how to add extensions into the wordpress image (see docker-library/wordpress#68) 2015-03-24 18:03:10 +01:00
Tianon Gravi 816691a066 Add some official docker-compose.yml scaffolding
This includes an example `docker-compose.yml` for WordPress.
2015-02-26 13:41:12 -07:00
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Mike Dillon f85159efac [wordpress] Document need for username/password with external db 2015-02-06 09:46:56 -08:00
Mike Dillon 92645e93c8 Add documentation for `WORDPRESS_DB_HOST` 2015-02-06 09:41:36 -08:00
Joe Ferguson c920ff0075 Mostly tw=80, also a few dockerfile links from update.sh 2014-10-21 15:34:30 -07:00
Tianon Gravi 7d3134f982 Add LOGO magic to many contents and update.sh 2014-09-26 17:22:36 -06:00
Joe Ferguson 8e4d0e6283 move README-content.md to just content.md 2014-09-23 13:47:30 -06:00