From bfa12f842ec30908a791f0a8c05652539b58dce2 Mon Sep 17 00:00:00 2001
From: Glyphscribe Ety <ety@noreply.localhost>
Date: Sun, 27 Apr 2025 00:07:51 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 85a35f9..e8aa682 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ version: '3'
 services:
   owncast:
     image: gabekangas/owncast:latest
+    user: 1000:1000
     restart: unless-stopped
     ports:
       - 1935:1935
@@ -16,6 +17,7 @@ services:
 
   clipper:
     image: code.mch.onl/ety/owncast-clipper:latest
+    user: 1000:1000
     restart: unless-stopped
     depends_on:
       - owncast