From b595ac2150e42a22e92b954188ae374d290b3f53 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 13 Jul 2023 21:40:26 +0330 Subject: update --- terminaldweller.com/tor_bnc/docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 terminaldweller.com/tor_bnc/docker-compose.yml (limited to 'terminaldweller.com/tor_bnc/docker-compose.yml') diff --git a/terminaldweller.com/tor_bnc/docker-compose.yml b/terminaldweller.com/tor_bnc/docker-compose.yml new file mode 100644 index 0000000..040dea2 --- /dev/null +++ b/terminaldweller.com/tor_bnc/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.9" +services: + soju: + #build: . + image: mpldr/soju:latest + entrypoint: ["proxychains4","-q","soju", "-config","/data/config"] + #entrypoint: ["proxychains4","-q","soju","-listen", "irc+insecure://0.0.0.0:6697", "-config","/data/config"] + command: + - -debug + ports: + - "1026:6697" + #- "127.0.0.1:1026:6697" + volumes: + - ./soju-data:/data + - /etc/hostname:/etc/hostname + - ./proxychains.conf:/etc/proxychains.conf -- cgit v1.2.3