Create ghidra-server-proxy
This commit is contained in:
parent
140555f58d
commit
ffa6b6a179
13
docker/services/ghidra-server-proxy
Normal file
13
docker/services/ghidra-server-proxy
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
image: hpello/tcp-proxy
|
||||||
|
command: 172.31.16.17 13100
|
||||||
|
ports:
|
||||||
|
- "24256:13100/tcp"
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
- tinc
|
||||||
|
networks:
|
||||||
|
internal:
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "50m"
|
Loading…
x
Reference in New Issue
Block a user