Remove duplicate text

This commit is contained in:
Martin Kleinschrodt 2022-04-12 16:34:00 +02:00
parent dfd00f81f4
commit df5bc3b74d
3 changed files with 4 additions and 7 deletions

View File

@ -3,6 +3,6 @@
This directory contains various examples on hosting the Padloc server and web
app via Docker.
- [Basic Example](basic/README.md)
- [Example of using **NGINX** as a reverse proxy](nginx/README.md)
- [Advanced Example using **Postgres**, **NGINX** and **Letsencrypt**](postgres-nginx-letsencrypt/README.md)
- [Basic Example](basic)
- [Example of using **NGINX** as a reverse proxy](nginx)
- [Advanced Example using **Postgres**, **NGINX** and **Letsencrypt**](postgres-nginx-letsencrypt)

View File

@ -4,9 +4,6 @@ This is a basic example of running an instance of the Padloc server component
and web app with Docker Compose, using [NGINX](https://www.nginx.com/) as a
reverse proxy.
This is a basic example of running an instance of the Padloc server component
and web app via Docker + Docker Compose.
## Setup Instructions
0. Install [Docker](https://docs.docker.com/get-docker/) and

View File

@ -16,7 +16,7 @@ docker run padloc/server
```
For some examples of a Docker-based setup, check out our
[Docker Examples](../../docs/examples/hosting/docker/README.md).
[Docker Examples](../../docs/examples/hosting/docker).
### Directly through Node.js