Merge pull request #2286 from infosiftr/compose

Adjust "stack" note to prefer compose
This commit is contained in:
yosifkit 2023-02-28 14:24:41 -08:00 committed by GitHub
commit d9aaca016c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
... via [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/) or [`docker-compose`](https://github.com/docker/compose)
... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
Example `stack.yml` for `%%REPO%%`:
Example `docker-compose.yml` for `%%REPO%%`:
%%STACK-YML%%