teamlixo.proxy.addon/docker/services/ghidra-server-proxy

14 lines
254 B
Plaintext
Raw Normal View History

2024-02-05 20:35:03 -07:00
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"