mirror of https://github.com/MISP/misp-docker
Fixed HTTP port
parent
7d97286914
commit
46729bb4fd
|
@ -17,8 +17,8 @@ services:
|
||||||
- misp-network
|
- misp-network
|
||||||
links:
|
links:
|
||||||
- misp-db
|
- misp-db
|
||||||
expose:
|
ports:
|
||||||
- 80
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/urandom:/dev/random
|
- /dev/urandom:/dev/random
|
||||||
- /data/misp:/var/www/MISP
|
- /data/misp:/var/www/MISP
|
||||||
|
|
Loading…
Reference in New Issue