diff --git a/_data/toc.yaml b/_data/toc.yaml index d65c934dcd..1159ed6f98 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -914,8 +914,6 @@ reference: title: Overview of docker-compose CLI - path: /compose/reference/envvars/ title: CLI environment variables - - path: /compose/completion/ - title: Command-line completion - path: /compose/reference/build/ title: docker-compose build - path: /compose/reference/config/ diff --git a/compose/gettingstarted.md b/compose/gettingstarted.md index 4d1e30c2ab..b89538dc31 100644 --- a/compose/gettingstarted.md +++ b/compose/gettingstarted.md @@ -329,7 +329,7 @@ services. For example, to see what environment variables are available to the $ docker-compose run web env ``` -See `docker-compose --help` to see other available commands. You can also install [command completion](completion.md) for the bash and zsh shell, which also shows you available commands. +See `docker-compose --help` to see other available commands. If you started Compose with `docker-compose up -d`, stop your services once you've finished with them: