Skip to content

Commit

Permalink
Update docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironsan committed Mar 4, 2022
1 parent cdbe735 commit b1f0703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ docker container create --name doccano \
-e "ADMIN_USERNAME=admin" \
-e "ADMIN_EMAIL=admin@example.com" \
-e "ADMIN_PASSWORD=password" \
-v doccano-db:/data \
-p 8000:8000 doccano/doccano
```

Expand Down
1 change: 1 addition & 0 deletions docs/install-and-upgrade-doccano.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ docker container create --name doccano \
-e "ADMIN_USERNAME=admin" \
-e "ADMIN_EMAIL=admin@example.com" \
-e "ADMIN_PASSWORD=password" \
-v doccano-db:/data \
-p 8000:8000 doccano/doccano
```

Expand Down

0 comments on commit b1f0703

Please sign in to comment.