aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-09-09 11:15:09 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-09 11:15:09 +0200
commit24be95756ff6946d3b4a3e1ccb0dfed844a8ead9 (patch)
tree736a1335b5850db8a6227dffd28641e7a76d19ad
parent9beba6337ef92c8ba1adc4cf6d417adf5a140d5d (diff)
Docker MySQL update doc (#5639)
Remove obsolete parameter not needed anymore now that all our images are using PHP 8+
-rw-r--r--Docker/README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/Docker/README.md b/Docker/README.md
index ffd1fc2d2..c44e4691c 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -199,11 +199,8 @@ docker run -d --restart unless-stopped --log-opt max-size=10m \
-e MYSQL_PASSWORD=freshrss \
--net freshrss-network \
--name freshrss-db mysql \
- --default-authentication-plugin=mysql_native_password
```
-> ℹ️ The parameter `--default-authentication-plugin` is not needed if using PHP 8+ (which is the case for our Alpine images but not yet for our Debian images).
-
In the FreshRSS setup, you will then specify the name of the container (`freshrss-db`) as the host for the database.
## More deployment options
@@ -331,7 +328,7 @@ services:
# Optional advanced parameter controlling the internal Apache listening port
LISTEN: 0.0.0.0:80
# Optional parameter, remove for automatic settings, set to 0 to disable,
- # or (if you use a proxy) to a space-separated list of trusted IP ranges
+ # or (if you use a proxy) to a space-separated list of trusted IP ranges
# compatible with https://httpd.apache.org/docs/current/mod/mod_remoteip.html#remoteiptrustedproxy
# This impacts which IP address is logged (X-Forwarded-For or REMOTE_ADDR).
# This also impacts external authentication methods;