Skip to content

Commit 4e445dc

Browse files
committed
docs(README): add --rm -it to the docker run invocation
Signed-off-by: Xe Iaso <xe@tigrisdata.com>
1 parent 998396c commit 4e445dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To get started:
1010
4. Start the service in Docker:
1111

1212
```text
13-
docker run --name pastebin --env-file .env -p 3333:3333 ghcr.io/tigrisdata-community/pastebin
13+
docker run --rm -it --name pastebin --env-file .env -p 3333:3333 ghcr.io/tigrisdata-community/pastebin
1414
```
1515

1616
Then open your browser to [localhost:3333](http://localhost:3333) and post away! All your posts will be seamlessly stored across the globe in Tigris.

0 commit comments

Comments
 (0)