pokepark / PokemonRaidBot

Telegram bot for organizing Raids in Pokémon Go. Developers & admins are welcome to join https://t.me/PokeParkSupport
https://t.me/PokeParkSupport
GNU Affero General Public License v3.0
48 stars 40 forks source link

Docker instructions need to be improved for file ownership #247

Closed jinnatar closed 3 years ago

jinnatar commented 3 years ago

There's some delicate ownership issues with the files mounted into the containers that need to be addressed in documentation for Docker Compose and Nomad. The issue is exactly the same for both of them so @lordy2 has promised to document what they had to do and I'll make sure it's universally applicable.

jinnatar commented 3 years ago

docs/docker.rst now has a bit more info in it, including a real example of creating a data dir and chowning it to www-data:www-data. In theory that should be enough.

jinnatar commented 3 years ago

251 and improved docker documentation even more so I believe at this point we're pretty good when it comes to file ownership.