Skip to content

Commit

Permalink
Update image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
baudneo committed Apr 7, 2024
1 parent 5106775 commit 5bb6833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Listens to events from all Dahua devices - VTO, Camera, NVR unit and publishes t
version: '3'
services:
dahuavto2mqtt:
image: "baudneo/dahuavto2mqtt:test"
image: "baudneo/dahuavto2mqtt:latest"
container_name: "dahuavto2mqtt"
hostname: "dahuavto2mqtt"
restart: "unless-stopped"
Expand All @@ -35,6 +35,7 @@ services:
- API_DEBUG=False
- KEEPALIVE_DEBUG=False
- TZ=America/Chicago

```

### Environment Variables
Expand Down

0 comments on commit 5bb6833

Please sign in to comment.