Skip to content

Commit

Permalink
Adding Custom Configuration in /etc/phpmyadmin/conf.d
Browse files Browse the repository at this point in the history
  • Loading branch information
pigochu authored and ederuiter committed Jun 29, 2023
1 parent d23de5f commit 0d9ca0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d9ca0b

Please sign in to comment.