Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
image: misp:latest
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "${MISP_PORT_HTTP:-80}:80"
- "${MISP_PORT_HTTPS:-443}:443"
volumes:
- /dev/urandom:/dev/random
- ${DATA_DIR:-./data}/web:/var/www/MISP
Expand Down
2 changes: 2 additions & 0 deletions template.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ MYSQL_ROOT_PASSWORD=misp
[email protected]
MISP_ADMIN_PASSPHRASE=admin
MISP_BASEURL=https://localhost
MISP_PORT_HTTP=80
MISP_PORT_HTTPS=443

POSTFIX_RELAY_HOST=relay.fqdn
TIMEZONE=Europe/Brussels
Expand Down