This repository was archived by the owner on Jun 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ services:
77 - ./development/hub/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
88 - ./development/hub/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
99 - ./development/hub/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
10+ - ./www/default-logo.png:/data/vendor/simplesamlphp/simplesamlphp/www/logo.png
1011 - ./:/data/vendor/simplesamlphp/simplesamlphp/modules/material
1112 ports :
1213 - ' 80:80'
@@ -46,8 +47,8 @@ services:
4647 - ./development/idp2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
4748 - ./development/idp2/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
4849 - ./development/idp2/saml20-sp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-sp-remote.php
50+ - ./www/default-logo.png:/data/vendor/simplesamlphp/simplesamlphp/www/logo.png
4951 - ./:/data/vendor/simplesamlphp/simplesamlphp/modules/material
50- # TODO: get an appsdev logo in here for testing purposes so the logo's not missing. (put one in /development and volume it into the correct location.
5152 ports :
5253 - ' 8086:80'
5354 environment :
You can’t perform that action at this time.
0 commit comments