Merge pull request #7 from searxng/fix-6

Fix docker-compose.yml
pull/9/head
Alexandre Flament 3 years ago committed by GitHub
commit c7b3f004eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ services:
- searxng
command: ${SEARXNG_COMMAND:-}
volumes:
- ./searx:/etc/searx:rw
- ./searxng:/etc/searxng:rw
environment:
- BIND_ADDRESS=0.0.0.0:8080
- BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/

Loading…
Cancel
Save