Follow these steps to get Presenton up and running using Docker
docker run -it --name presenton -p 5000:80 -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest
docker run -it --name presenton -p 5000:80 -v "${PWD}\app_data:/app_data" ghcr.io/presenton/presenton:latest
✅ You can replace 5000 with any other available port to avoid conflicts.
5000
http://localhost:5000