Skip to content

[docker] Mounted config.json is ignored since update to 11.2.2 #129

@burgerTo

Description

@burgerTo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions