Skip to content

Commit

Permalink
chore: change gorelease template
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshadhin committed Dec 16, 2022
1 parent 07f724a commit 2e5bb0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,3 @@ docker_manifests:
release:
footer: |
**Full Changelog**: https://github.com/hrshadhin/ot-recorder/compare/{{ .PreviousTag }}...{{ .Tag }}
***
```bash
docker run --rm --name owntracks-recorder -p 8000:8000 \
-v $(pwd)/config.yml:/app/config.yml \
-v $(pwd)/data:/persist \
hrshadhin/ot-recorder:latest
```

0 comments on commit 2e5bb0a

Please sign in to comment.