Skip to content

Commit

Permalink
Updating to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosz committed Sep 26, 2020
1 parent babd18e commit 831a83b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Clone the repository and get into its folder
$ git clone https://github.com/marcelosz/Docker-MISP.git
$ cd Docker-MISP
```
Copy template.env to .env and edit the tags (PHP_VER, MISP_TAG, MODULES_TAG) as needed (see comment below)
```
$ cp template.env .env
$ vi .env
```
Build the core Docker image
```
$ docker-compose -f docker-compose-build.yml build
Expand All @@ -44,6 +49,8 @@ $ docker-compose -f docker-compose-build.yml build
> Docker Hub builds are based on this logic. See CHANGELOG to check the software versions used in the Docker Hub build release.
## CHANGELOG
### \[1.1.0\] - 2020-09-26
- MISP version updated to v2.4.132
### \[1.0.1\] - 2020-04-14
- Minor Docker automated build issues fixed
### \[1.0.0\] - 2020-04-06
Expand Down
2 changes: 1 addition & 1 deletion template.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ MAIL_SES_PORT=587
#MAIL_SMARTHOST_ALIASES=*.mysmtp.com

PHP_VER=20180731
MISP_TAG=v2.4.124
MISP_TAG=v2.4.132
MODULES_TAG=v2.4.121

0 comments on commit 831a83b

Please sign in to comment.