fix compose example

This commit is contained in:
Simon 2025-07-01 20:31:08 +07:00
parent b68c2d1ec3
commit f4516a0ccc
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -52,13 +52,14 @@ To view the main compose file for TubeArchivist, please see the main repository
To add the metrics service in, place this into your compose file and update the environment variables as required.
```
services:
archivist-metrics:
image: bbilly1/tubearchivist-metrics:latest
image: bbilly1/tubearchivist-metrics
container_name: archivist-metrics
restart: always
environment:
- "TA_URL=http://tubearchivist.local"
- "TA_KEY="your ta api key"
- "TA_KEY=yourtaapikey"
- "LISTEN_PORT=9934"
- "POLL_INTERVAL=60"
ports: