Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkernel committed Jan 2, 2020
1 parent 0ea85e1 commit 0f9f1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
1. Launch the ssp container

```bash
docker run --name ssp -d -p 80:80 openfrontier/docker-ldap-ssp
docker run --name ssp -d -p 80:80 openfrontier/ldap-ssp
docker cp ssp:/var/www/html/ssp/conf/config.inc.php ./config.inc.local.php
vi ./config.inc.local.php
docker cp ./config.inc.local.php ssp:/var/www/html/ssp/conf/config.inc.local.php
Expand Down

0 comments on commit 0f9f1f7

Please sign in to comment.