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

docker container connection reset by peer #660

Open
vosdev opened this issue Nov 5, 2019 · 1 comment
Open

docker container connection reset by peer #660

vosdev opened this issue Nov 5, 2019 · 1 comment
Assignees
Labels

Comments

@vosdev
Copy link

vosdev commented Nov 5, 2019

Hello!

Both docker containers are broken.

opinkerfi/adagios-git refuses to start. When restart=Always is added to the compose file it will be in a restart loop.

opinkerfi/adagios-rpm refuses to serve requests

curl http://0.0.0.0:8080
curl: (56) Recv failure: Connection reset by peer

No stdout/stderr on the containers and the logs directory is empty.

Compose file taken from the example with the addition of restart: always:

version: '3.1'

services:
  adagios:
    image: opinkerfi/adagios-git:latest
    restart: always
    ports:
      - 8080:80
      - 6557:6557
    volumes:
      - ./adagios:/opt/adagios
      - ./pynag:/opt/pynag
      - ./logs:/var/log/nagios

volumes:
  adagios:
  pynag:
  logs:
@samueljon
Copy link
Contributor

Thanks for submitting this @nachtmerrie , we will verify this at our end and see if it reproducable and see what needs to be done to mitigate these errors.

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

No branches or pull requests

3 participants