Add peertube/ReadMe.md

This commit is contained in:
2025-12-24 10:42:49 +00:00
parent aa6399e67e
commit 36a6c48813

7
peertube/ReadMe.md Normal file
View File

@@ -0,0 +1,7 @@
# PeerTube
Modified from official instructions: https://docs.joinpeertube.org/install/docker
1. Edit `docker-compose.yml`
2. Generate `PEERTUBE_SECRET` using `openssl rand -hex 32`.
3. Create the volume directories needed: config, data, opendkim, postgres, redis
4. Launch from CLI docker compose.