fix: Add DNS setting to overseerr [skip ci]
This commit is contained in:
parent
71c27cd6ab
commit
19dd59505b
1 changed files with 3 additions and 1 deletions
|
@ -10,5 +10,7 @@ services:
|
|||
ports:
|
||||
- ${APP_PORT}:5055
|
||||
restart: unless-stopped
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
networks:
|
||||
- tipi_main_network
|
||||
- tipi_main_network
|
||||
|
|
Loading…
Add table
Reference in a new issue