Hiroki Nakayama
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
docs/faq.md
|
|
@ -40,6 +40,12 @@ For the superuser account credentials, you have to set new password in the `dock |
|
|
|
ADMIN_PASSWORD: "new_password" |
|
|
|
``` |
|
|
|
|
|
|
|
## I want to change port number |
|
|
|
|
|
|
|
The following page will be useful: |
|
|
|
|
|
|
|
- [Clarify how to set port using docker-compose.prod.yml](https://github.com/doccano/doccano/issues/805) |
|
|
|
|
|
|
|
## I want to update to the latest doccano image |
|
|
|
|
|
|
|
1. Execute `git pull` to reflect the latest doccano. |
|
|
|