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
greadlink-support
Alexandre Flament 4 years ago committed by GitHub
commit 4f5c3b5ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,9 +66,10 @@ services:
- "127.0.0.1:3000:3000"
networks:
- searx
command: -listen 0.0.0.0:3000 -timeout 6 -ipv6
command: -timeout 6 -ipv6
environment:
- MORTY_KEY=${MORTY_KEY}
- MORTY_ADDRESS=0.0.0.0:3000
logging:
driver: none
read_only: true

Loading…
Cancel
Save