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