From dee1e84e58e661f1210152b74229ad4c5a7fe7ea Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 19 May 2021 16:49:13 +0200 Subject: [PATCH] Mention Docker page in deployment section --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad393ea3..31fa9d7a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ The server is configured with environment variables. See [server/config.js](serv ## Localization -see [docs/localization.md](docs/localization.md) +See: [docs/localization.md](docs/localization.md) --- @@ -139,9 +139,11 @@ Find a list of public instances here: https://github.com/timvisee/send-instances ## Deployment -See also [docs/deployment.md](docs/deployment.md) +See: [docs/deployment.md](docs/deployment.md) -AWS example using Ubuntu Server `20.04` [docs/AWS.md](docs/AWS.md) +Docker quickstart: [docs/docker.md](docs/docker.md) + +AWS example using Ubuntu Server `20.04`: [docs/AWS.md](docs/AWS.md) ---