From 64200226169af0c7a6ea11dff209e36d8ec59df1 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 3 Jul 2020 21:32:10 -0700 Subject: [PATCH] fix minor typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2501ea..0ecc374 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Alternatively, if you'd like to build/run using native Rust tools, follow these I'm using [Traefik](https://docs.traefik.io/getting-started/concepts/) as a reverse proxy in order to handle automatic TLS certification with Let's Encrypt and to avoid manage Nginx configs. If you want to run the full installation you will need a registered domain and control of DNS records. -I don't feel like paying for a cluster for this simple app so I'm using `docker-compose` on a single box that I can recreate easily often to avoid config drift. +I don't feel like paying for a cluster for this simple app so I'm using `docker-compose` on a single box that I can recreate easily and often to avoid config drift. 1. Create new file, `docker-compose.prod.yml` as a copy of `docker-compose.yml` 2. Uncomment labels under `wownero-explorer` service