From e678d9ea39f2dc7923115d4eb4f1dee9522c87eb Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 2 Mar 2021 19:55:52 +0200 Subject: [PATCH] =?UTF-8?q?compose-stacks=20=E2=86=92=20coop-cloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28cb971..4082c42 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Custom HTML website, served using Nginx. ## Basic usage 1. Set up Docker Swarm and [`abra`] -2. Deploy [`compose-stacks/traefik`] +2. Deploy [`coop-cloud/traefik`] 3. `abra app new custom-html` 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box @@ -27,4 +27,4 @@ abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html ``` [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra -[`compose-stacks/traefik`]: https://git.autonomic.zone/compose-stacks/traefik +[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik