This commit is contained in:
Urban Modig
2025-09-29 17:28:46 +02:00
commit a91fdf59c4
4 changed files with 90 additions and 0 deletions

7
start.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
docker run -d --name Pptr \
--cap-add=SYS_ADMIN \
--restart unless-stopped \
-p 3000:3000 \
urmo/pptr