From 93604c48ffc63b65eb4aee14500bc6d94c42b5b6 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Tue, 27 Aug 2024 11:03:33 +0200 Subject: [PATCH] fix: docker compose setup instruction --- Docker-compose/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docker-compose/README.md b/Docker-compose/README.md index 65487efd..4a64c351 100644 --- a/Docker-compose/README.md +++ b/Docker-compose/README.md @@ -27,7 +27,9 @@ For docker-compose you can also [see here](https://docs.docker.com/compose/insta ## Run the composition -Copy the folder `example` to `docker-example` and do your configuration. +1. Copy/pull Satosa-Saml2Spid project locally. +2. Copy the folder `example` to a new folder named `docker-example` +3. Inspect the `docker-example` folder content and do your configuration. > :warning: **DO NOT USE the `example` folder _as is_ in production**: the `example` folder provides secrets that **MUST** be not used in a production environment. It sole purpose is to provide a user friendly starting point.