Skip to content

Commit 5bb6833

Browse files
committed
Update image tag
1 parent 5106775 commit 5bb6833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Listens to events from all Dahua devices - VTO, Camera, NVR unit and publishes t
1717
version: '3'
1818
services:
1919
dahuavto2mqtt:
20-
image: "baudneo/dahuavto2mqtt:test"
20+
image: "baudneo/dahuavto2mqtt:latest"
2121
container_name: "dahuavto2mqtt"
2222
hostname: "dahuavto2mqtt"
2323
restart: "unless-stopped"
@@ -35,6 +35,7 @@ services:
3535
- API_DEBUG=False
3636
- KEEPALIVE_DEBUG=False
3737
- TZ=America/Chicago
38+
3839
```
3940

4041
### Environment Variables

0 commit comments

Comments
 (0)