mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 09:35:42 -04:00
docs: update readme docker example
This commit is contained in:
@@ -87,14 +87,14 @@ Create a new `docker-compose.yml` with the following:
|
|||||||
services:
|
services:
|
||||||
thetvapp:
|
thetvapp:
|
||||||
container_name: thetvapp
|
container_name: thetvapp
|
||||||
image: thetvapp:latest
|
image: ghcr.io/aetherinox/thetvapp-docker:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./thetvapp:/config
|
- ./thetvapp:/config
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID:-1000}
|
- PUID=1000
|
||||||
- PGID=${PGID:-1000}
|
- PGID=1000
|
||||||
- TZ=${SERVER_TIMEZONE}
|
- TZ=America/Los_Angeles
|
||||||
- CRON_TIME=*/60 * * * *
|
- CRON_TIME=*/60 * * * *
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user