We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06053a9 commit f033bd2Copy full SHA for f033bd2
README.md
@@ -66,7 +66,7 @@ but setting your own config.php is possible. 2 options:
66
67
- Link your config file at run time to `/container/service/phpldapadmin/assets/config.php` :
68
69
- docker run --volume /data/my-config.php:/container/service/phpldapadmin/assets/config.php --detach osixia:phpldapadmin:0.6.7
+ docker run --volume /data/my-config.php:/container/service/phpldapadmin/assets/config.php --detach osixia/phpldapadmin:0.6.7
70
71
- Add your config file by extending or cloning this image, please refer to the [Advanced User Guide](#advanced-user-guide)
72
0 commit comments