Skip to content

uptime-kuma (was: setpriv: unrecognized option '--host=tcp://u-docker-socke-proxy:2375') #9

Answered by wollomatic
ThierryIT asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I just tested socket-proxy with uptime-kuma and it works.

You don't need to configure socket-proxy in the uptime-kuma-part of the compose file. My quick test deployment looks like this:

docker-compose.yaml

services:
  dockerproxy:
    image: wollomatic/socket-proxy:1
    read_only: true
    restart: unless-stopped
    user: 65534:999 # change group 999 to docker gid
    mem_limit: 128M
    cap_drop:
      - ALL
    security_opt:
      - no-new-privileges
    command:
      - -loglevel=debug # change to info in prod
      - -allowfrom=uptime-kuma
      - -listenip=0.0.0.0
      - -shutdowngracetime=5
      - '-allowGET=/containers/.*'
      - -watchdoginterval=600
      - -stoponwatchd…

Replies: 1 comment

Comment options

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