mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 12:11:46 +00:00
9 lines
162 B
YAML
9 lines
162 B
YAML
services:
|
|
cyberchef:
|
|
image: ghcr.io/gchq/cyberchef:latest
|
|
container_name: cyberchef
|
|
restart: unless-stopped
|
|
|
|
ports:
|
|
- "127.0.0.1:8095:80"
|