From 8b8aadb751013b7af0cdfa22de9946eb1d2021c7 Mon Sep 17 00:00:00 2001 From: maniflopi <7244027+maniflopi@users.noreply.github.com> Date: Sat, 20 Mar 2021 23:57:52 -0300 Subject: [PATCH] Update readme.md when deploying the container, an error occurred because the config.yml file could not be loaded. checking the developer mode in the browser, I found that the browser was looking for this file in the assets folder --- homer/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/homer/readme.md b/homer/readme.md index 77597a9..233a417 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -23,9 +23,10 @@ The docker image uses darkhttpd simple web server on alpine linux. └── homer/ ├── assets/ │ └── tools/ + │ └── config.yml ├── .env - ├── docker-compose.yml - └── config.yml + └── docker-compose.yml + ``` * `assets/` - a directory containing icons and other directories with icons @@ -49,7 +50,7 @@ services: hostname: homer restart: unless-stopped volumes: - - ./config.yml:/www/config.yml:ro + - ./assets/config.yml:/www/config.yml:ro - ./assets/:/www/assets:ro networks: