From b30764b37bb9685f19edaa866c3d10b093ff75db Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Tue, 7 Nov 2017 17:46:32 -0600 Subject: [PATCH] Fix error in example compose file --- 1.14.17/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.14.17/docker-compose.yml b/1.14.17/docker-compose.yml index 7364034..b38bb5e 100644 --- a/1.14.17/docker-compose.yml +++ b/1.14.17/docker-compose.yml @@ -4,7 +4,7 @@ services: idp01-simplesamlphp: container_name: idp01-simplesamlphp - image: local + image: venatorfox/simplesamlphp:1.14.17 environment: - CONFIG_BASEURLPATH=https://localhost/simplesaml/ # To login to this example setup, use 123 for the password.