From 3fc7afd7ad8fdea892a1cf1b3d1fa77eb3f5bd1c Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 24 Feb 2022 22:26:26 +0100 Subject: [PATCH] Fixed docker compose issue for windows --- .github/install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index 646f8fce..360bc6a8 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -45,7 +45,7 @@ OUTER_HOSTNAME=YOUR.IP.HERE 6. Run docker-compose ```bash -docker compose up -d +docker-compose up -d ``` ### Configurations (proxies, default users etc.)