X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/ec42b2a34bf18e8ae49d724eebe880ac7a41cf5e..HEAD:/README.md?ds=inline 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 +```