Skip to content
#

media-server

Here are 162 public repositories matching this topic...

navidrome
tcurdt
tcurdt commented Sep 1, 2020

I'll just leave me config here:


version: "3"
services:

  traefik:
    image: "traefik:2.2.8"
    restart: unless-stopped
    container_name: "traefik"
    command:
      - "--log.level=ERROR"
      - "--providers.docker=true"
      - "--providers.docker.exposedbydefault=false"
      - "--entrypoints.websecure.address=:443"
      - "--certificatesresolvers.tc.acme.tlschalleng

Improve this page

Add a description, image, and links to the media-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the media-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.