mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-03 00:37:52 -04:00
Cleaned up Documentation
This commit is contained in:
@@ -42,6 +42,7 @@ services:
|
||||
- ./data:/data/database
|
||||
environment:
|
||||
- "APP_URL=https://join.domain.com"
|
||||
|
||||
watchtower: #Optional but recommended, as Wizarr is still in development and will be updated frequently
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
@@ -53,7 +54,7 @@ services:
|
||||
|
||||
APP_URL: Public Facing Url of your Wizarr instance
|
||||
|
||||
3. Run `docker compose up -d` or for older version: `docker-compose up -d`
|
||||
3. Run `docker compose up -d` or for older Docekr versions: `docker-compose up -d`
|
||||
4. Access WebUI at http://localhost:5690 and setup your Plex Server
|
||||
|
||||
## Screenshots
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
- ./data:/data/database
|
||||
environment:
|
||||
- "APP_URL=https://join.domain.com"
|
||||
|
||||
watchtower: #Optional but recommended, as Wizarr is still in development and will be updated frequently
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user