Skip to content

Commit 0730e51

Browse files
authored
Adding Custom Configuration in /etc/phpmyadmin/conf.d
1 parent 47a3db4 commit 0730e51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ you can also consider storing your custom configuration files in the folder /etc
142142

143143
On the docker run line like this:
144144

145+
```sh
145146
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
147+
```
148+
146149

147150
## Usage behind a reverse proxy
148151

0 commit comments

Comments
 (0)