mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
Update docker-compose.yml
This commit is contained in:
parent
86ccd8ea23
commit
cf893a476d
1 changed files with 1 additions and 4 deletions
|
@ -18,9 +18,6 @@ services:
|
|||
depends_on:
|
||||
- mongodb
|
||||
image: gravitl/netmaker:v0.3
|
||||
ports:
|
||||
- "8081:8081"
|
||||
- "50051:50051"
|
||||
volumes:
|
||||
- ./:/local
|
||||
- /etc/netclient:/etc/netclient
|
||||
|
@ -45,7 +42,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
BACKEND_URL: "http://3.236.149.180:8081"
|
||||
BACKEND_URL: "http://your-ip:8081"
|
||||
coredns:
|
||||
depends_on:
|
||||
- netmaker
|
||||
|
|
Loading…
Reference in a new issue