diff --git a/docker-compose.yml b/docker-compose.yml index 453e97c..72705c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,4 +25,6 @@ services: - '/var/run/docker.sock:/var/run/docker.sock' whoami: - image: containous/whoami \ No newline at end of file + image: containous/whoami + deploy: + replicas: 0 \ No newline at end of file