Skip to content

Commit

Permalink
fix mistake in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed Apr 18, 2022
1 parent 474e0bc commit ea81fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ A new Docker image will be created upon each release.
-p <PORT>:<PORT> \
--restart unless-stopped \
--name entrello \
docker.pkg.github.com/utkuufuk/entrello/entrello-image:latest
ghcr.io/utkuufuk/entrello:<tag>

# runner mode
docker run --rm \
-v <path/to/config.json>:/bin/config.json \
docker.pkg.github.com/utkuufuk/entrello/entrello-image:latest \
ghcr.io/utkuufuk/entrello:<tag> \
./runner
```

Expand Down

0 comments on commit ea81fb1

Please sign in to comment.