Skip to content

Commit

Permalink
Merge pull request #14 from tjschuck/patch-1
Browse files Browse the repository at this point in the history
Fix multi-line command
  • Loading branch information
wictorwilen authored Jan 2, 2024
2 parents 309b512 + b27ce91 commit 08f574f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ mkdir timelapse
Start the container by running:

``` bash
docker run
-d
-e TOKEN="<insert token here>"
-v "/media/timelapse:/app/dist/target"
--restart unless-stopped
docker run \
-d \
-e TOKEN="<insert token here>" \
-v "/media/timelapse:/app/dist/target" \
--restart unless-stopped \
wictorwilen/ring-timelapse
```

Expand Down

0 comments on commit 08f574f

Please sign in to comment.