mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 17:51:46 +00:00
cybershef
This commit is contained in:
parent
177a4bf6ff
commit
5ea2eb6c77
@ -13,3 +13,6 @@ https://remnawave.lan {
|
|||||||
tls internal
|
tls internal
|
||||||
reverse_proxy 127.0.0.1:4000
|
reverse_proxy 127.0.0.1:4000
|
||||||
}
|
}
|
||||||
|
http://cyberchef.lan {
|
||||||
|
reverse_proxy 127.0.0.1:8085
|
||||||
|
}
|
||||||
|
|||||||
8
services/cyberchef/docker-compose.yml
Normal file
8
services/cyberchef/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
services:
|
||||||
|
cyberchef:
|
||||||
|
image: ghcr.io/gchq/cyberchef:latest
|
||||||
|
container_name: cyberchef
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:8085:80"
|
||||||
Loading…
Reference in New Issue
Block a user