Skip to content

Commit da59e66

Browse files
committed
docs: update sqlrunner start command
1 parent 61909c8 commit da59e66

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
@@ -9,7 +9,7 @@
99
```shell
1010
docker run -it --rm --name dp-redis -d redis
1111
docker run -it --rm --name dp-postgres -e POSTGRES_PASSWORD=databaseplayground -d postgres
12-
docker run -it --name dp-sqlrunner -p 8080 ghcr.io/database-playground/sqlrunner-v2:main
12+
docker run -it --rm -name dp-sqlrunner -d -p 8080 ghcr.io/database-playground/sqlrunner-v2:main
1313
```
1414

1515
```env

0 commit comments

Comments
 (0)