Open alf1e opened 9 months ago
@alf1e as a temporary workaround, you can remove (or comment out) the volume that is mounted at ./user
. Currently, no data is stored in the folder, only configuration files that are generated when the container is first created.
I solved this by mounting a directory and changing it's owner to 1001:1001
chown 1001:1001 ./tickets-bot
However the problem exists, at least on 4.2 image. I'm not sure why exactly because Dockerfile already has USER directive.
Is there an existing issue for this?
Current Behavior
Experiencing error when starting for first time.
Expected Behavior
Shoudl start and create config
Steps To Reproduce
Environment
Anything else?
No response