Browse Source
Merge pull request #878 from kuraga/patch-1
Rewrite FAQ about changing port number
pull/885/head
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
2 additions and
2 deletions
-
docs/faq.md
|
|
@ -42,9 +42,9 @@ ADMIN_PASSWORD: "new_password" |
|
|
|
|
|
|
|
## I want to change port number |
|
|
|
|
|
|
|
The following page will be useful: |
|
|
|
On production, edit `docker-compose.prod.yml` file: change `80:80` substring in `nginx`/`ports` section to `<your_port>:80`. |
|
|
|
|
|
|
|
- [Clarify how to set port using docker-compose.prod.yml](https://github.com/doccano/doccano/issues/805) |
|
|
|
On development, edit `docker-compose.dev.yml` file: change `8000:8000` substring in `backend`/`ports` section to `<your_port>:8000`. |
|
|
|
|
|
|
|
## I want to update to the latest doccano image |
|
|
|
|
|
|
|