Inconsistency in Docker Network Configuration for PostgreSQL Server in louis-db
Đang mở
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The initialization script for the local PostgreSQL server container (`postgres.sh`) is set to use the Docker network `louis_network`. This configuration is incompatible with our development environment, which uses `ailab_network`. As a result, devcontainers can't connect to the PostgreSQL server.
### Suggested Fix
The Docker network in the `postgres.sh` script should be modified from `louis_network` to `ailab_network`.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.