Update docker-compose.slim.yml

This commit is contained in:
Alex 2021-06-08 07:18:09 -04:00 committed by GitHub
parent 7e7ad653a6
commit 40023b2c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ services:
- "50051:50051"
depends_on:
- mongodb
image: gravitl/netmaker:v0.3
image: gravitl/netmaker:v0.5
restart: always
environment:
SERVER_HOST: "HOST_IP"
@ -33,7 +33,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.3
image: gravitl/netmaker-ui:v0.5
links:
- "netmaker:api"
ports: