Skip to content

Commit

Permalink
Updated docker compose to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoph Junge committed Feb 4, 2018
1 parent c2776ad commit 4f45448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ See [CHANGELOG.md](https://github.com/kristophjunge/docker-test-saml-idp/blob/ma
## Usage

```
docker run --name=some-test-saml-idp \
docker run --name=testsamlidp_idp \
-p 8080:8080 \
-p 8443:8443 \
-e SIMPLESAMLPHP_SP_ENTITY_ID=http://app.example.com \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,6 +1,6 @@
version: '2'
version: '3'
services:
samlidp:
testsamlidp_idp:
build: .
environment:
SIMPLESAMLPHP_SP_ENTITY_ID: http://app.example.com
Expand Down

0 comments on commit 4f45448

Please sign in to comment.