From 6470a7282b23c5907aea82861c6c5402388e41d4 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 6 Jan 2019 19:16:57 +0000 Subject: [PATCH] Update path in Docker README --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index a7cd859..a18fbaf 100644 --- a/docker/README.md +++ b/docker/README.md @@ -15,7 +15,7 @@ docker build -t halcyon/halcyon:latest . # Configuration -The container has the official example configs stored at ```/var/www/html/config``` inside the image. You can copy the examples from the container to the server via a temporary container and volume. +The container has the official example configs stored at ```/var/www/html/config.example``` inside the image. You can copy the examples from the container to the server via a temporary container and volume. The configs must be adjusted ahead of running the container for production use.