Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port in use #19

Closed
Happyfeet01 opened this issue Dec 18, 2019 · 2 comments
Closed

Port in use #19

Happyfeet01 opened this issue Dec 18, 2019 · 2 comments

Comments

@Happyfeet01
Copy link

Hello,

I would install searx but get this message

morty | WARNING: no logs are available with the 'none' log driver caddy | 2019/12/18 10:01:51 [WARNING] Stapling OCSP: no OCSP stapling for [localhost]: no OCSP server specified in certificate caddy | Activating privacy features... done. caddy | 2019/12/18 10:01:51 Listen: listen tcp :443: bind: address already in use caddy | exit status 1

But in Docker-compose.yaml

`version: '3.7'

services:

caddy:
container_name: caddy
image: abiosoft/caddy:1.0.3-no-stats
ports:
������- 8888:80
������- 4449:443
network_mode: host
command: -email ${LETSENCRYPT_EMAIL} -agree=${LETSENCRYPT_AGREE} -log stdout -host ${SEARX_HOSTNAME} -conf /etc/Caddyfile
volumes:
������- ./Caddyfile:/etc/Caddyfile:rw
������- ./caddy:/root/.caddy:rw
������- ./srv:/srv:rw
������- searx-checker:/srv/searx-checker:rw
environment:
������- SEARX_HOSTNAME=${SEARX_HOSTNAME}
������- SEARX_PROTOCOL=${SEARX_PROTOCOL:-}
������- SEARX_TLS=${SEARX_TLS:-}
������- FILTRON_USER=${FILTRON_USER}
������- FILTRON_PASSWORD=${FILTRON_PASSWORD}
cap_drop:
������- ALL
cap_add:
������- NET_BIND_SERVICE
������- DAC_OVERRIDE
`

@dalf
Copy link
Contributor

dalf commented Jan 28, 2020

Sorry for the very long delay to answer.

bind: address already in use caddy: there is (was) a server already listening on the port 443.

@Happyfeet01
Copy link
Author

Sorry forgot to close the “issue” I have solved it and still running fine Searx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants