Skip to content

Commit 10c310c

Browse files
author
Leszek Wiesner
authored
Merge pull request #354 from Lezek123/docker-adjustments
Docker setup adjustments
2 parents e9460dd + c2221cf commit 10c310c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docker-compose.elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
soft: -1
1818
hard: -1
1919
volumes:
20-
- es-data:/usr/share/elasticsearch/data
20+
- ./local/es-data:/usr/share/elasticsearch/data
2121
ports:
2222
- 127.0.0.1:9200:9200
2323
networks:

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ volumes:
130130
networks:
131131
youtube-synch:
132132
name: youtube-synch
133+
ipam:
134+
config:
135+
- subnet: 172.20.0.0/24
133136
ip6net:
134137
enable_ipv6: true
135138
ipam:

socks5-proxy/docker-compose.chisel.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ services:
77
command: client --fingerprint ${CHISEL_SERVER_FINGERPRINT} 172.17.0.1:9000 0.0.0.0:1080:socks
88
restart: always
99
networks:
10-
- youtube-synch
11-
- ip6net
10+
youtube-synch:
11+
# Configure a static IP
12+
ipv4_address: 172.20.0.123
13+
ip6net:
1214

1315
networks:
1416
youtube-synch:
1517
external: true
18+
1619
ip6net:
1720
enable_ipv6: true
1821
ipam:

0 commit comments

Comments
 (0)