From 8b9f75829919cc683dfc74cd2091b54b7d2fd279 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 10 Jun 2021 13:21:59 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b448cb6..f0cd73f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Before starting the containers the fixture data needs to be prepared: * `$ ./init.sh` Known Issues: +* `docker-compose` installed on Ubuntu (18.04, 20.04) via `apt-get` can not correctly parse `docker-compose.yml` due to version differences. Install latest version of `docker-compose` from https://docs.docker.com/compose/install/ instead. * You need to ensure that no other web server is running on port 80 (e.g. Apache2). If port 80 is already in use, edit NGINX_PORT environment variable in `.env`. * Existing VPN connections sometimes cause problems with docker. If `docker-compose` does not start up correctly, try disabling any active VPN connection. Refer to https://stackoverflow.com/questions/45692255/how-make-openvpn-work-with-docker for further information.