diff --git a/README.md b/README.md index aeeb53928..51fe785b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index fa20244ad..521fe6090 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: