aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/tor_bnc/docker-compose.yml
blob: 040dea2fc119a261d18d0e81fcee7418330e6c20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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