From 7b1bd877bc378fd160f949ca959820b6b81eb3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20H=C3=A1na?= Date: Wed, 18 Mar 2020 08:45:46 +0100 Subject: [PATCH] fix link --- Docker-Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-Compose.md b/Docker-Compose.md index 428eee4..820670d 100644 --- a/Docker-Compose.md +++ b/Docker-Compose.md @@ -3,7 +3,7 @@ This page includes multiple docker-compose.yml setups for you to run. There are ### Database Configurations - [SQLite](#basic-sqlite-connection) - [MySQL](#mysql-connection) - - [Postgres](#postgres-connection) + - [Postgres](#postgres) ### Web Serving - [Nginx as proxy pass](#nginx-proxy-pass) - [Nginx with LetEncrypt SSL](#nginx-proxy-pass-with-ssl-letencrypt)