You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docker-compose/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ For docker-compose you can also [see here](https://docs.docker.com/compose/insta
28
28
## Run the composition
29
29
30
30
1. Copy/pull Satosa-Saml2Spid project locally.
31
-
2. Copy the folder `example` to a new folder named `docker-example`
32
-
3. Inspect the `docker-example` folder content and do your configuration.
31
+
2. Copy the folder `example` to a new folder named `docker-example`: `cp -R example docker-example`.
32
+
3. Inspect the `docker-example` folder content and do your configuration by setting env variables and local folder contents.
33
33
34
34
> :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.
0 commit comments