Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 538956d

Browse files
author
Billy Clark
committed
idp logo was missing in test env
1 parent e0e0f45 commit 538956d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)