Skip to content

Commit

Permalink
Updated README.md with the bit I got wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSleeps committed Feb 11, 2024
1 parent 2db2556 commit 82d1f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: '3.6'

services:
flame:
image: mrsleeps/frigate-timelapse
image: mrsleeps/frigate-timelapser
container_name: frigate-timelapser
volumes:
- ${PWD}/files:/app/files
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build -t mrsleeps/frigate-timelapse .
docker build -t mrsleeps/frigate-timelapser .

0 comments on commit 82d1f42

Please sign in to comment.