Skip to content

Monitoring status of the docker containers in the localmachine #740

Closed Answered by ipa-rar
ipa-rar asked this question in Q&A
Discussion options

You must be logged in to vote

Fixed with

version: "3.9"

services:
  gatus:
    image: twinproduction/gatus:latest
    restart: always
    ports:
    - 8080:8080
    volumes:
    - /var/run/docker.sock:/var/run/docker.sock
    - ./config:/config
    network_mode: host #fix

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TwiN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant