Skip to content

Commit b67bc3f

Browse files
committed
Add more hints for running with docker
1 parent 416f2b1 commit b67bc3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ To explore the module using docker run the below command. This will run an SSP i
8888
of the `casserver` module mounted in the container, along with some configuration files. Any code changes you make to your git checkout are
8989
"live" in the container, allowing you to test and iterate different things.
9090

91+
Sometimes when working with a dev version of the module you will need a newer version of a dependency than what SSP is
92+
locked to. In that case you can add an additional dependency to the `COMPOSER_REQUIRE` line (e.g ="simplesamlphp/assert:1.8 ")
93+
9194
```bash
9295
docker run --name ssp-casserver-dev \
9396
--mount type=bind,source="$(pwd)",target=/var/simplesamlphp/staging-modules/casserver,readonly \

0 commit comments

Comments
 (0)