We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a3db4 commit 0730e51Copy full SHA for 0730e51
1 file changed
README.md
@@ -142,7 +142,10 @@ you can also consider storing your custom configuration files in the folder /etc
142
143
On the docker run line like this:
144
145
+```sh
146
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
+
149
150
## Usage behind a reverse proxy
151
0 commit comments