This is an old revision of the document!
Important: Running WolfRecorder inside a Docker container is not recommended for production use. This setup is provided as a proof of concept and has not been tested for stability or security.
1. Clone the repository:
git clone https://github.com/nightflyza/wolfrecorder-docker.git cd wolfrecorder-docker
2. Build the Docker image (with cache disabled):
docker compose build --no-cache
3. Start the container in detached mode:
docker compose up -d
* To stop the container:
docker compose down
* To restart the running container:
docker compose restart
* Check the container logs:
docker logs -f wolfrec
* The web interface will be available on port 9090