mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
8 lines
142 B
YAML
8 lines
142 B
YAML
version: '2.0'
|
|
|
|
services:
|
|
cyberchef:
|
|
restart: always
|
|
image: loopsun/cyberchef:latest
|
|
ports:
|
|
- 8080:80
|