@@ -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
9392docker 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
105104Visit [https://localhost/simplesaml/](https://localhost/simplesaml/) and confirm you get the default page .
0 commit comments