From: Clifton Palmer Date: Tue, 6 Aug 2024 08:22:38 +0000 (-0500) Subject: Updated readme to use prod compose file X-Git-Tag: 1.3.1~1 X-Git-Url: http://git.purplebirdman.com/public.git/commitdiff_plain/0e07fad7633fc93fb0ce69cf0e14f8b0558e1d9f Updated readme to use prod compose file --- diff --git a/readme.md b/readme.md index 5ed18fd..da878ae 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A stupid and easy way to publicize my stuff. like dropbox but safer. ### starting the stack on docker swarm ``` -docker stack deploy -c <(docker-compose config) public +docker stack deploy -c <(docker-compose -f docker-compose-prod.yml config) public ``` ### reaching the services