diff --git a/swarm/README.md b/swarm/README.md index f707638..1e9ca36 100755 --- a/swarm/README.md +++ b/swarm/README.md @@ -65,7 +65,7 @@ You see a warning about the Engine being in swarm mode. This is because Compose vagrant@docker$ docker-compose up -d ``` -WARNING: The Docker Engine you're using is running in swarm mode. +* WARNING: The Docker Engine you're using is running in swarm mode. Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers are scheduled on the current node.