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 d562c1f commit 06053a9Copy full SHA for 06053a9
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 -v /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