Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 6 forks source link

Fix Docker Mount Point Permission Errors #161

Closed Stinky-c closed 1 year ago

Stinky-c commented 1 year ago

Description

The docker container had permission errors when running using a mount point, and setting UID and GID with --user did not resolve it. Changing the user to a non-system user seems to fix both issues. Also updates the readme to use the correct docker commands.

Type of change