We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998396c commit 4e445dcCopy full SHA for 4e445dc
README.md
@@ -10,7 +10,7 @@ To get started:
10
4. Start the service in Docker:
11
12
```text
13
- docker run --name pastebin --env-file .env -p 3333:3333 ghcr.io/tigrisdata-community/pastebin
+ docker run --rm -it --name pastebin --env-file .env -p 3333:3333 ghcr.io/tigrisdata-community/pastebin
14
```
15
16
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