From 5e3c682d543fec9807dd1dd54f36f9737e01a88e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 18 Dec 2017 19:04:44 +0900 Subject: [PATCH] remove useless sentence --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d29803b..4bfdd90 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ As you can see, it depends on several piece of infrastructure, mainly: Setting up the dependencies might be time consuming, this repository is meant to give working example of `docker-compose` file which will setup everything for you. -Used docker image used [BTCPayServer](https://hub.docker.com/r/nicolasdorier/btcpayserver/), [NBXplorer](https://hub.docker.com/r/nicolasdorier/nbxplorer/), [Bitcoin Core](https://hub.docker.com/r/nicolasdorier/docker-bitcoin/) and [Postgres](https://hub.docker.com/_/postgres/). - The [Regtest](Regtest) `docker-compose` can be used for local testing. The [Production](Production) `docker-compose` is used for production environment. It is using NGinx as a reverse proxy and [Let's Encrypt and DockerGen](https://github.com/gilyes/docker-nginx-letsencrypt-sample) to automatically configured HTTPS.