mirror of https://github.com/MISP/misp-docker
Change docker image used
parent
05cb030a26
commit
c88358e9bf
|
@ -14,7 +14,7 @@ services:
|
||||||
web:
|
web:
|
||||||
build: web
|
build: web
|
||||||
container_name: misp_web
|
container_name: misp_web
|
||||||
image: misp:latest
|
image: stevengoossens/misp:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/urandom:/dev/random
|
- /dev/urandom:/dev/random
|
||||||
|
|
Loading…
Reference in New Issue