mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
Update docker-compose.slim.yml
This commit is contained in:
parent
7e7ad653a6
commit
40023b2c09
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue