From badaf776579fd78f201ac115f07a9b37b0029067 Mon Sep 17 00:00:00 2001 From: chimiana Date: Tue, 13 Dec 2022 04:50:15 +0000 Subject: [PATCH] Tweaks to docker-README.md to reflect its new relative path --- docker-README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-README.md b/docker-README.md index a38f784c1..d6989065a 100644 --- a/docker-README.md +++ b/docker-README.md @@ -11,9 +11,9 @@ You can find a `docker-compose.yml` file in the same folder as this `README`, al Rename the files: -`mv .config/default_example.yml .config/default.yml` +`cp .config/default_example.yml .config/default.yml` -`mv .config/docker_example.env .config/docker.env` +`cp .config/example.env .config/docker.env` then edit them according to your environment. You can configure `docker.env` with anything you like, but you will have to pay attention to the `default.yml` file: