Skip to content

Privatebin

privatebin website privatebin on dockerhub

  privatebin:
    image: privatebin/nginx-fpm-alpine:latest
    restart: always
    labels:
      - "traefik.enable=true"
      - "traefik.http.services.srv_privatebin.loadbalancer.server.port=8080"
      - "traefik.http.routers.r_privatebin.rule=Host(`privatebin.secshell.net`)"
      - "traefik.http.routers.r_privatebin.entrypoints=websecure"
      - "traefik.http.routers.r_privatebin.tls.certresolver=myresolver"
    volumes:
      - "/srv/storage/privatebin/data:/srv/data"
    networks:
      - proxy

Last update: 2022-01-09