/docker-simplesamlphp

SimpleSAMLphp using Docker Compose.

Primary LanguageShellApache License 2.0Apache-2.0

SimpleSAMLphp using Docker Compose

Build Status

Run SimpleSAMLphp in Docker containers! This project runs nginx and php-fpm via Docker Compose to host SimpleSAMLphp.

Installing

$ git clone https://github.com/mschwager/docker-simplesamlphp.git
$ cd docker-simplesamlphp
$ docker-compose build
$ ./bootstrap.sh

Running

$ docker-compose up

Then you should be able to visit http://localhost/simplesaml/index.php.

Configuration

Configuration files are persistently stored and made available for editing in the .storage directory.