This commit is contained in:
Mike Reeves
2019-10-09 14:15:05 -04:00
parent 3f124c8728
commit e999a27d3e
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## Hybrid Hunter Alpha 1.1.2
- Quick firewall fix to address latest docker version.
- Added the option to install playbook from the initial install.
- Fixed an issue with multiple monitor interfaces not working properly.
## Hybrid Hunter Alpha 1.1.1 ## Hybrid Hunter Alpha 1.1.1
### Changes: ### Changes:

View File

@@ -116,13 +116,13 @@ nginxtmp:
# Start the core docker # Start the core docker
so-coreimage: so-coreimage:
cmd.run: cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.1 - name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.2
so-core: so-core:
docker_container.running: docker_container.running:
- require: - require:
- so-coreimage - so-coreimage
- image: soshybridhunter/so-core:HH1.1.1 - image: soshybridhunter/so-core:HH1.1.2
- hostname: so-core - hostname: so-core
- user: socore - user: socore
- binds: - binds: