Skip to content

Commit

Permalink
Add wording for "down" versus "stop" to the comment in docker-compose…
Browse files Browse the repository at this point in the history
….dist.yml.
  • Loading branch information
drgrice1 committed Sep 10, 2024
1 parent ca5ad78 commit 3184977
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-config/docker-compose.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ services:
# - "6311:6311"

# SimpleSAMLphp Saml2 identity provider for development use only. This is a separate profile from the other services
# so it doesn't start in normal usage. Use "docker compose --profile saml2dev up" to start, and "docker compose
# --profile saml2dev down" to stop.
# so it doesn't start in normal usage. Use "docker compose --profile saml2dev up" to start, "docker compose --profile
# saml2dev stop" to stop services, and "docker compose --profile saml2dev down" to stop services and remove
# containers.
idp:
build:
context: ./docker-config/idp/
Expand Down

0 comments on commit 3184977

Please sign in to comment.