Installation using Docker (Recommended)
Obtain the Docker image by pulling it from Docker Hub :
docker pull vonb/pathlay:latest
Download the docker-compose.yml
Navigate to the directory with the downloaded docker-compose.yml files:
cd directory
Create the “pathlay_users” directory:
mkdir pathlay_users
Create the “pathlay_data” directory:
mkdir pathlay_data
Build the image from docker-compose.yml:
docker compose build
To run the container from this image check How to run.