mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
Feature: added docker support
This commit is contained in:
parent
3472484601
commit
51559522ac
6 changed files with 41 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: '2.0'
|
||||
|
||||
services:
|
||||
cyberchef:
|
||||
restart: always
|
||||
image: loopsun/cyberchef:latest
|
||||
ports:
|
||||
- 8080:80
|
Loading…
Add table
Add a link
Reference in a new issue