Skip to content

Commit 6b5e525

Browse files
committed
Ensure container gets cleaned up on stop
1 parent b04fb46 commit 6b5e525

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
@@ -130,7 +130,7 @@ Depending on your installation method, there are two options:
130130
First, run a Docker container:
131131

132132
```bash
133-
docker run -d --name doccano \
133+
docker run -d --rm --name doccano \
134134
-e "ADMIN_USERNAME=admin" \
135135
136136
-e "ADMIN_PASSWORD=password" \

0 commit comments

Comments
 (0)