Adding Custom Configuration in /etc/phpmyadmin/conf.d

This commit is contained in:
Pigo
2023-03-29 19:56:08 +08:00
committed by GitHub
parent 47a3db45ad
commit 0730e5188e
+3
View File
@@ -142,7 +142,10 @@ you can also consider storing your custom configuration files in the folder /etc
On the docker run line like this:
```sh
docker run --name phpmyadmin -d --link mysql_db_server:db -p 8080:80 -v /some/local/directory/conf.d:/etc/phpmyadmin/conf.d:ro phpmyadmin:latest
```
## Usage behind a reverse proxy