소스 검색

overwrite docker-compose to fix the subnet network (for pg_hba.conf)

bach 3 년 전
부모
커밋
4215f18193
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      readme.md

+ 2 - 2
readme.md

@@ -34,8 +34,8 @@ and ```/etc/postgresql/11/main/pg_hba.conf```
 # TYPE  DATABASE        USER            ADDRESS                 METHOD
 host    all             all             127.0.0.1/32            trust
 
-host    editoriadb      editoria        172.18.0.1/16           trust
-host    editoriadb      editoria        172.18.0.2/16           trust
+host    editoriadb      editoria        172.17.0.0/16           trust
+host    editoriadb      editoria        172.18.0.0/16           trust
 ```
 
 ## xsweet