mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Adding Custom Configuration in /etc/phpmyadmin/conf.d
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user