-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
Describe the bug
I just updated from version 11.2.1 to 11.2.2.
I'm using the Docker images from https://github.com/orangecoding/fredy/pkgs/container/fredy. As specified in the docker-compose file, I mount both /conf and /db as volumes.
Since the latest update, my config.json file is being ignored. Also, saving the config persistently no longer works.
I suspect this is related to commit 2fd03bc, where the conf folder was removed from .dockerignore.
To Reproduce
Run the container:
docker run --name fredy -v /path/to/my/config/dir/:/conf -p 9998:9998 ghcr.io/orangecoding/fredy
Expected behavior
The config.json file from the mounted volume should be used.
mishkaexe
Metadata
Metadata
Assignees
Labels
No labels