Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove port 80 from Grouper
This is to avoid Shibboleth problems when opening
http://localhost/grouper instead of https://localhost/grouper.
mederly committed Sep 25, 2018
1 parent dbd2056 commit dd7e8df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/complex/docker-compose.yml
@@ -48,7 +48,6 @@ services:
networks:
- back
ports:
- "80:80"
- "443:443"
secrets:
- g_database_password.txt

0 comments on commit dd7e8df

Please sign in to comment.