8000
Skip to content
Discussion options
8000

You must be logged in to vote

Solved myself - at least the command (default network I am not sure):

  kanidm-mail-sender:
    container_name: kanidm-mail-sender
    restart: "always"
    image: kanidm/tools:latest
    user: "1001:1001"
    command: ["/sbin/kanidm-mail-sender", "-c", "/data/config", "-m", "/data/mail-sender"]
    volumes:
      - type: bind
        source: /etc/kanidm
        target: /data
    cap_add:
      - NET_BIND_SERVICE
    networks:
      - default

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@yaleman
Comment options

@andreas-bulling
Comment options

Answer selected by yaleman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
0