소스 검색

fixup media_share

Jason Playne 3 년 전
부모
커밋
2840dd22de
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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