Skip to content
Discussion options

You must be logged in to vote

Hi @ihaettypo,

It worked for me.

services:
  ui:
    image: amir20/dozzle:latest
    restart: unless-stopped
    secrets:
      - target: /dozzle_cert.pem
        source: cert
      - target: /dozzle_key.pem
        source: key
    ports:
      - target: 8080
        published: 8080
    environment:
      DOZZLE_REMOTE_AGENT: 192.168.68.62:7007
secrets:
  cert:
    file: ./shared_cert.pem
  key:
    file: ./shared_key.pem

and

services:
  agent:
    image: amir20/dozzle:latest
    restart: unless-stopped
    command: agent # Agent mode
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    secrets:
      - target: /dozzle_cert.pem
        source: cert
      - target: /dozzle…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ihaettypo
Comment options

@amir20
Comment options

@ihaettypo
Comment options

@amir20
Comment options

Answer selected by ihaettypo
@ihaettypo
Comment options

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