Merge pull request #7 from searxng/fix-6

Fix docker-compose.yml
This commit is contained in:
Alexandre Flament 2021-11-27 10:57:20 +01:00 committed by GitHub
commit c7b3f004eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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