docs(swarm): rename to docker-stack.yml

This commit is contained in:
Alexis COUVREUR
2021-10-01 08:28:32 +02:00
parent 89b8edc8d2
commit 7663b06403
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# Docker swarm
1. `docker swarm init`
2. `docker stack deploy -c docker-compose.yml DOCKER_SWARM`
2. `docker stack deploy -c docker-stack.yml DOCKER_SWARM`
3. Load `http://localhost/nginx`
4. Wait 1 minute
5. Service is scaled to 0/0