migrate to compose-projects folder and init repo
This commit is contained in:
8
cyber-chef/docker-compose.yml
Normal file
8
cyber-chef/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: cyber-chef
|
||||
services:
|
||||
cyberchef:
|
||||
ports:
|
||||
- 8383:80
|
||||
image: ghcr.io/gchq/cyberchef:latest
|
||||
restart: unless-stopped
|
||||
container_name: container_name
|
||||
Reference in New Issue
Block a user