Merge pull request #5 from Venator-Fox/feature/documentation

Feature/documentation
This commit is contained in:
Adam Zheng 2017-09-06 17:04:27 -05:00 committed by GitHub
commit 32aa06623b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Useless Simple Example: To startup an unconfigured local install with default va
Start a `venatorfox/simplesamlphp` instance, expose port 80.
```console
$ docker run --name some-simplesamlphp venatorfox/simplesamlphp:latest
$ docker run --name some-simplesamlphp -p80:80 venatorfox/simplesamlphp:latest
```
Visit the site at http://localhost, default unconfigured username is "admin" and password is "123". #superSecure