Skip to content

Commit dfea964

Browse files
committed
Fix run with docker instructions
1 parent 18e3e72 commit dfea964

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,16 @@ of the `casserver` module mounted in the container, along with some configuratio
8989
"live" in the container, allowing you to test and iterate different things.
9090

9191
```bash
92-
# Note: this currently errors on this module requiring a newer version of `simplesamlphp/xml-common` than what is in the base image
9392
docker run --name ssp-casserver-dev \
9493
--mount type=bind,source="$(pwd)",target=/var/simplesamlphp/staging-modules/casserver,readonly \
9594
-e STAGINGCOMPOSERREPOS=casserver \
96-
-e COMPOSER_REQUIRE="simplesamlphp/simplesamlphp-module-casserver:@dev simplesamlphp/simplesamlphp-module-preprodwarning"
95+
-e COMPOSER_REQUIRE="simplesamlphp/simplesamlphp-module-casserver:@dev simplesamlphp/simplesamlphp-module-preprodwarning" \
9796
-e SSP_ADMIN_PASSWORD=secret1 \
9897
--mount type=bind,source="$(pwd)/docker/ssp/module_casserver.php",target=/var/simplesamlphp/config/module_casserver.php,readonly \
9998
--mount type=bind,source="$(pwd)/docker/ssp/authsources.php",target=/var/simplesamlphp/config/authsources.php,readonly \
10099
--mount type=bind,source="$(pwd)/docker/ssp/config-override.php",target=/var/simplesamlphp/config/config-override.php,readonly \
101100
--mount type=bind,source="$(pwd)/docker/apache-override.cf",target=/etc/apache2/sites-enabled/ssp-override.cf,readonly \
102-
-p 443:443 cirrusid/simplesamlphp:v2.3.2
101+
-p 443:443 cirrusid/simplesamlphp:v2.3.5
103102
```
104103

105104
Visit [https://localhost/simplesaml/](https://localhost/simplesaml/) and confirm you get the default page.

0 commit comments

Comments
 (0)