Notifications
Clear all
Self Hosted
1
Posts
1
Users
0
Reactions
75
Views
Topic starter
Make Directory
mkdir jellyseerr
Clone Repo
git clone https://github.com/Fallenbagel/jellyseerr.git
Launch Docker File
docker-compose up -d
Docker Run
docker run -d \ --name jellyseerr \ -e LOG_LEVEL=debug \ -e TZ=Africa/Johannesburg \ -e PORT=5055 `#optional` \ -p 5055:5055 \ -v /path/to/config:/app/config \ --restart unless-stopped \ fallenbagel/jellyseerr
This topic was modified 1 month ago by Andre Tiltman
Posted : 16/09/2024 5:49 pm