Skip to content

Commit

Permalink
Do a small cleanup in Shibboleth demo container
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 20, 2018
1 parent 28c653e commit 4cfc8fa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions demo/shibboleth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- "389:389"
networks:
- back
- net
volumes:
- ldap:/var/lib/dirsrv

Expand All @@ -21,17 +21,13 @@ services:
- JETTY_BROWSER_SSL_KEYSTORE_PASSWORD=password
- JETTY_BACKCHANNEL_SSL_KEYSTORE_PASSWORD=password
networks:
- front
- back
- net
ports:
- "4443:4443"

networks:
front:
net:
driver: bridge
back:
driver: bridge


volumes:
ldap:

0 comments on commit 4cfc8fa

Please sign in to comment.