Browse Source

fixup media_share

Jason Playne 3 years ago
parent
commit
2840dd22de
1 changed files with 1 additions and 2 deletions
  1. 1 2
      network/docker-compose.yml

+ 1 - 2
network/docker-compose.yml

@@ -16,7 +16,7 @@ volumes:
   media_share:
     driver_opts:
       type: nfs
-      o: addr=10.10.20.200,rw,hard,user=nobody
+      o: addr=10.10.20.200,rw,hard
       device: :/mnt/media/
 
 
@@ -41,7 +41,6 @@ services:
       - traefik.http.routers.auth.entrypoints=websecure
       - traefik.http.routers.auth.tls=true
       - traefik.http.routers.auth.tls.domains[0].main=auth.playne.au
-#      - traefik.http.routers.auth.tls.domains[0].sans=*.auth.playne.au
       - traefik.http.routers.auth.tls.certresolver=le
       - traefik.http.routers.auth.service=auth@docker
       - traefik.http.services.auth.loadbalancer.server.port=4181