X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/b7f6ea3e64e6ee902036f9e6721ceb0e6e8a1a67..10b425a069c89b7e516b1f417279094cb01ef6b0:/README.md diff --git a/README.md b/README.md index 12e943f..e4a3f74 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ Routing nginx service for docker swarm # notes when adding to conf.d After adding a new .conf file, replicas must be scaled to 0 then to 1 for change to take effect + +# deploying +``` +docker stack deploy -c <(docker-compose config) proxy +```