Initial commit

This commit is contained in:
2023-06-14 12:34:50 +02:00
parent edf2f346b7
commit ac10b43a8a
18 changed files with 466 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
version: "1.0"
services:
cyberchef:
image: mpepping/cyberchef:latest
container_name: cyberchef
ports:
- 2500:8000
restart: unless-stopped