Merge pull request #51 from raffieyeah/master
Fix morty not binding to 0.0.0.0 by changing docker-compose.yaml and using environment variable
This commit is contained in:
commit
4f5c3b5ee0
1 changed files with 2 additions and 1 deletions
|
@ -66,9 +66,10 @@ services:
|
||||||
- "127.0.0.1:3000:3000"
|
- "127.0.0.1:3000:3000"
|
||||||
networks:
|
networks:
|
||||||
- searx
|
- searx
|
||||||
command: -listen 0.0.0.0:3000 -timeout 6 -ipv6
|
command: -timeout 6 -ipv6
|
||||||
environment:
|
environment:
|
||||||
- MORTY_KEY=${MORTY_KEY}
|
- MORTY_KEY=${MORTY_KEY}
|
||||||
|
- MORTY_ADDRESS=0.0.0.0:3000
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: none
|
||||||
read_only: true
|
read_only: true
|
||||||
|
|
Loading…
Reference in a new issue