-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-compose.yml
41 lines (41 loc) · 1.01 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: '3.5'
services:
ddospot:
build:
context: ./ddospot
image: aelth/simpledns
volumes:
- ./ddospot/bl:/ddospot/bl
- ./ddospot/db:/ddospot/db
- ./ddospot/logs:/ddospot/logs
ports:
- target: 19
published: 19
protocol: udp
mode: host
- target: 53
published: 54
protocol: udp
mode: host
- target: 123
published: 123
protocol: udp
mode: host
- target: 161
published: 161
protocol: udp
mode: host
- target: 1900
published: 1901
protocol: udp
mode: host
networks:
ddospot:
ipv4_address: 172.18.0.2
networks:
ddospot:
name: 'ddospot-net'
driver: "bridge"
ipam:
config:
- subnet: 172.18.0.1/24