Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 425 Bytes

File metadata and controls

8 lines (4 loc) · 425 Bytes

docker-simplesamlphp

This is a packaging of simplesamlphp version 2.0.7

To use this image, you will want to make your own config/ and metadata/ folders (dist template folders are in this repo).

This can be done by mounting volumes under /var/www/html/config and /var/www/html/metadata, or by basing another image off of this one and copying the config/metadata files into that during build.