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