Untitled

 avatar
unknown
plain_text
a year ago
1.2 kB
5
Indexable
swag:
    cap_add:
      - NET_ADMIN
    container_name: swag
    environment:
      DNSPLUGIN: cloudflare
      DUCKDNSTOKEN: ""
      EMAIL: <email address>
      EXTRA_DOMAINS: ""
      MAXMINDDB_LICENSE_KEY: <key>
      ONLY_SUBDOMAINS: "false"
      PGID: "1000"
      PUID: "1000"
      SUBDOMAINS: wildcard
      TZ: America/New_York
      URL: <my domain>
      VALIDATION: dns
    hostname: DockSTARTer
    image: lscr.io/linuxserver/swag:latest
    logging:
      driver: json-file
      options:
        max-file: "10"
        max-size: 200k
    networks:
      default: null
    ports:
      - mode: ingress
        target: 443
        published: "450"
        protocol: tcp
      - mode: ingress
        target: 80
        published: "90"
        protocol: tcp
    restart: unless-stopped
    volumes:
      - type: bind
        source: /etc/localtime
        target: /etc/localtime
        read_only: true
        bind:
          create_host_path: true
      - type: bind
        source: /home/menz/.docker/config/swag
        target: /config
        bind:
          create_host_path: true
      - type: bind
        source: /media/demeter
        target: /storage
        bind:
          create_host_path: true
Editor is loading...
Leave a Comment