mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 08:41:20 +08:00
Update docker-compose.yml
This commit is contained in:
parent
a7305f019c
commit
86ccd8ea23
1 changed files with 0 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
version: "3.4"
|
version: "3.4"
|
||||||
|
|
||||||
volumes:
|
|
||||||
dnsconfig:
|
|
||||||
driver: local
|
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:4.2
|
image: mongo:4.2
|
||||||
|
|
@ -18,7 +15,6 @@ services:
|
||||||
netmaker:
|
netmaker:
|
||||||
privileged: true
|
privileged: true
|
||||||
container_name: netmaker
|
container_name: netmaker
|
||||||
build: netmaker
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
image: gravitl/netmaker:v0.3
|
image: gravitl/netmaker:v0.3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue