From 9f9c0fba365c2da9df830ff7b5a21696a2450e22 Mon Sep 17 00:00:00 2001
From: Elian Loraux <elian.loraux@tetras-libre.fr>
Date: Mon, 2 Dec 2024 08:16:37 +0100
Subject: [PATCH] add description in readme

---
 README.md | 14 ++++++++++++++
 Readme.md | 10 ----------
 2 files changed, 14 insertions(+), 10 deletions(-)
 create mode 100644 README.md
 delete mode 100644 Readme.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5f215e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# PeerTube
+This is Dockerised selfhosted Peertube with traefik
+
+[See Peertube repository](https://github.com/Chocobozzz/PeerTube)
+This docker-compose is based on official Peertube docker-compose
+
+## Install
+
+```bash
+cp .env.sample .env
+# Modify the .env
+
+docker-compose up
+```
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 468613f..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# PeerTube
-
-## Install
-
-```bash
-cp .env.sample .env
-# Modify the .env
-
-docker-compose up
-```
-- 
GitLab