From 24be95756ff6946d3b4a3e1ccb0dfed844a8ead9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 9 Sep 2023 11:15:09 +0200 Subject: Docker MySQL update doc (#5639) Remove obsolete parameter not needed anymore now that all our images are using PHP 8+ --- Docker/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Docker/README.md') 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; -- cgit v1.2.3