Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
# CyberChef
|
||||
cyberchef:
|
||||
container_name: ${CYBERCHEF_CONTAINER_NAME:-CyberChef}
|
||||
image: mpepping/cyberchef:${CYBERCHEF_TAG:-latest}
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8000/ || exit 1
|
||||
ports:
|
||||
- ${CYBERCHEF_PORT:-8000}:8000
|
||||
Reference in New Issue
Block a user