]> Untitled Git - public.git/commitdiff
Updated readme to use prod compose file
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Tue, 6 Aug 2024 08:22:38 +0000 (03:22 -0500)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Tue, 6 Aug 2024 08:22:38 +0000 (03:22 -0500)
readme.md

index 5ed18fd6e741c855fdb398eb1f8bb776dcd95563..da878aeeddae9ecd5bc46d0458208a6f384a46a5 100644 (file)
--- 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