From 1fde2cc5157ad08243dc91bc18d0c9ca6990000e Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Thu, 12 Jan 2023 10:31:01 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2bbece..ebbf12e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ As a reverse proxyy [Traefik](https://traefik.io/traefik/) is used. Traefik also ## How to deploy 1. [Install Docker](https://docs.docker.com/engine/install/debian/) -2. [Install Docker-compose](https://docs.docker.com/compose/install/) +2. [Install Docker Compose v2 Plugin](https://docs.docker.com/compose/install/linux/) 3. Clone this repository 4. create *.env* file in each folder and set environment variables. Example: @@ -21,10 +21,12 @@ As a reverse proxyy [Traefik](https://traefik.io/traefik/) is used. Traefik also DOMAIN=example.com TRAEFIK_VERSION=2.4 ~~~ -5. `cd` into each folder and `docker-compose up -d` +5. run *pull-all.sh" and *start-all.sh" scripts ## Links: * [Nextcloud docker](https://github.com/nextcloud/docker/) * [Gitea Doku: Install with Docker](https://docs.gitea.io/en-us/install-with-docker/) * [Docker Swarm Rocks](https://dockerswarm.rocks/) * [Mozilla Services Documentation](https://mozilla-services.readthedocs.io/en/latest/index.html) +* [Docker Compose](https://docs.docker.com/compose/) +* [Docker Compose File Specification/Reference](https://docs.docker.com/compose/compose-file/)