aboutcode-org / aboutcode-org/scancode.io
ALLOWED_HOSTS in a docker container
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 215
- Fork
- 203
- Merge trung bình
- 4 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 6
Mô tả
The [documentation](https://github.com/nexB/scancode.io/blob/main/docs/run-docker.rst#run-the-image) asks to populate `ALLOWED_HOSTS` in `.env` during the _Run_ phase. This will have no effect inside the docker container. `ALLOWED_HOSTS` should be either
1) Placed before building the dockerfile so that `.env` gets copied inside the container and carries the `ALLOWED_HOSTS` value or
2) Be used inside `docker.env`.
2 appears to be a better approach in my opinion.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.