schlunzis / Kurtama

Simple implementation of the well known game Kurtama!
GNU General Public License v3.0
1 stars 1 forks source link

Resolving log error in docker container #250

Closed JayPi4c closed 3 months ago

JayPi4c commented 3 months ago

Since the root folder of the server application did still belong to the root, the kurtama user was not allowed to do changes within the directory. This has been fixed by making the kurtama user and group the owner of the directory.

Furthermore, the application folder has been remaned from /opt/app to /opt/kurtama for clarity sakes.

A docker-compose.yml file was created for easier interacting with the container.

What type of PR is this? (keep all applicable)

Description

Solves bug report #246

Related Tickets & Documents