From 01b4549b5f7f05cc545b828567524072f5d0032a Mon Sep 17 00:00:00 2001 From: Collin Atworth Date: Mon, 25 Sep 2023 01:12:21 +0000 Subject: [PATCH] Update docker.md --- docs/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 02035e045..29af3c4fe 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -7,7 +7,7 @@ There is a `docker-compose.yml` in the root of the project that you can use to build the container from source -- .config/docker.env (**db config settings**) +- .config/docker_example.env (**db config settings**) - .config/default.yml (**firefish server settings**) ## Configuring @@ -16,7 +16,7 @@ Rename the files: `cp .config/example.yml .config/default.yml` -`cp .config/example.env .config/docker.env` +`cp .config/docker_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: