mirror of https://github.com/MISP/misp-docker
add depends_on db
parent
b1cb41557d
commit
186eda7814
|
@ -3,6 +3,8 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: web
|
build: web
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
container_name: misp_web
|
container_name: misp_web
|
||||||
image: misp:latest
|
image: misp:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue