lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

Use containers as non root users #93

Closed Carbrex closed 4 months ago

Carbrex commented 4 months ago

Fixes #92 Use containers as non root users, so that the files are owned by the current user not root users. Maybe other containers like lila_ws, lila_search, etc also need to use this.

The current folders created as root users should be deleted first before running these, a script for which I will paste here in a while.