fix pihole internal ip
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
depends_on:
|
||||
- postgresql
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 172.19.0.3
|
||||
- 1.1.1.1
|
||||
env_file:
|
||||
- .env
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
postgresql:
|
||||
container_name: gitea-postgres
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 172.19.0.3
|
||||
- 1.1.1.1
|
||||
env_file:
|
||||
- .postgresql.env
|
||||
|
Reference in New Issue
Block a user