nwithan8 / tauticord

A Discord bot that displays live data from Tautulli
GNU General Public License v3.0
101 stars 22 forks source link

[BUG] - Docker Desktop Config folder won't open #225

Closed TsinJu closed 1 month ago

TsinJu commented 1 month ago

This bug has not been reported already

You have tried to fix the bug yourself

Current Behavior

After starting the Docker Container, the config folder won't open/collapse While trying to open the folder to edit the config, the folder closes immediately

Expected Behavior

Folder should open

Steps to Reproduce

From Docker Desktop go to the tauticord container, click on it, go to "Files" and try to open the config folder

Supporting Information

No response

nwithan8 commented 1 month ago

I am unable to replicate this issue using Docker Desktop on MacOS. The file browser remains open for me. The only thing I can think is perhaps the container is restarting itself because the config file is invalid. You should edit the config file from the host machine via the mounted paths, not inside the container.

Awaiting your response, otherwise I will close this task.