소스 검색

Remove ports mapping for UI

Not needed as Caddy can access it through the link
Antoine Aflalo 4 년 전
부모
커밋
c7859f491b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      compose/docker-compose.caddy.yml

+ 0 - 2
compose/docker-compose.caddy.yml

@@ -43,8 +43,6 @@ services:
     image: gravitl/netmaker-ui:v0.8.5
     links:
       - "netmaker:api"
-    ports:
-      - "8082:80"
     environment:
       BACKEND_URL: "https://api.NETMAKER_BASE_DOMAIN"
     restart: always