Update documentation about docker secrets

This commit is contained in:
2025-03-28 20:54:08 +01:00
parent 24427cb2c6
commit 90d44ccaf8

View File

@@ -1,7 +1,11 @@
# wordpress
WordPress docker image, powered by s6 supervised nginx unit.
Attempt to fix several of WordPress anti-patterns in ready to deploy container
Attempt to fix several of WordPress anti-patterns in ready to deploy container.
Native support for docker secrets! Secrets are automatically imported into the container environment.
No more need for `_FILE` suffixed environment variables. Still, you're free to use whichever way you want, but using secrets like this is highly encouraged.
Please check docker-compose.yml for usage example.
#### Deprecation notice
- 2023-01-20 Deprecation of WordPress versions prior to 5.9