-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission issues #32
Comments
did you add this to the docker-compose file? environment: |
please check that the current user is in admin group and also in docker group and re create the container |
I'm currently using Docker desktop for windows, can you help me out in the procedure to do that. |
sure :) |
@jecoteco make sure the - PUID=1000
- GUID=1000 or -e PUID=1000
-e GUID=1000 in docker compose/run |
Are there any conditions for the container to work, example: running on internal or external usb drive, permissions for anti virus, admin privileges in windows. Reasons why puid and guid would not work? |
Fixed in the rewrite of Ownfoil where permission issues is no longer a thing, see #43. |
There is no clear indication on how to change permissions.
2023-08-08 16:51:35 2023-08-08 20:51:35,679 - INFO gen_shop: Found 0 directories, 0 game/save files
2023-08-08 16:51:35 2023-08-08 20:51:35,679 - ERROR gen_shop: Failed to write /games/shop.json, error was:
2023-08-08 16:51:35 [Errno 13] Permission denied: '/games/shop.json'
2023-08-08 16:51:35 2023-08-08 20:51:35,680 - ERROR gen_shop: Failed to write /games/shop.tfl, error was:
2023-08-08 16:51:35 [Errno 13] Permission denied: '/games/shop.tfl'
2023-08-08 16:51:35 2023-08-08 20:51:35,680 - INFO apscheduler.executors.default: Job "Generate shop (trigger: interval[0:05:00], next run at: 2023-08-08 20:56:35 UTC)" executed successfully
cant find any directions to change permissions.
The text was updated successfully, but these errors were encountered: