mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #151 from Security-Onion-Solutions/cyberchef_static
update Cyberchef to serve static files vs self-hosted
This commit is contained in:
@@ -42,12 +42,15 @@ cybercheflog:
|
|||||||
|
|
||||||
so-cyberchefimage:
|
so-cyberchefimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-cyberchef:HH1.1.3
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-cyberchef:HH1.1.4
|
||||||
|
|
||||||
so-cyberchef:
|
so-cyberchef:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-cyberchefimage
|
- so-cyberchefimage
|
||||||
- image: docker.io/soshybridhunter/so-cyberchef:HH1.1.3
|
- image: docker.io/soshybridhunter/so-cyberchef:HH1.1.4
|
||||||
|
- interactive: True
|
||||||
|
- binds:
|
||||||
|
- /opt/so/saltstack/salt/cyberchef/build:/prod:rw
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:9080:8080
|
- 0.0.0.0:9080:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user