Remove ports mapping for UI

Not needed as Caddy can access it through the link
This commit is contained in:
Antoine Aflalo 2021-11-04 11:15:21 -04:00 committed by GitHub
parent 5078cdbe20
commit c7859f491b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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