Fixed HTTP port

Xavier Mertens 2018-06-20 13:34:20 +02:00
parent 7d97286914
commit 46729bb4fd
1 changed files with 2 additions and 2 deletions

View File

@ -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