[add] ip2
This commit is contained in:
parent
3984e1a251
commit
50a96af887
13
ip2/docker-compose.yml
Normal file
13
ip2/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: "3.5"
|
||||||
|
services:
|
||||||
|
i2p:
|
||||||
|
image: geti2p/i2p
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:4444:4444
|
||||||
|
- 127.0.0.1:6668:6668
|
||||||
|
- 127.0.0.1:7657:7657
|
||||||
|
- 54321:12345
|
||||||
|
- 54321:12345/udp
|
||||||
|
volumes:
|
||||||
|
- ./i2pconfig:/i2p/.i2p
|
||||||
|
- ./i2ptorrents:/i2psnark
|
8
ip2/i2pconfig/.gitignore
vendored
Normal file
8
ip2/i2pconfig/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# .gitignore sample
|
||||||
|
###################
|
||||||
|
|
||||||
|
# Ignore all files in this dir...
|
||||||
|
*
|
||||||
|
|
||||||
|
# ... except for this one.
|
||||||
|
!.gitignore
|
8
ip2/i2ptorrents/.gitignore
vendored
Normal file
8
ip2/i2ptorrents/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# .gitignore sample
|
||||||
|
###################
|
||||||
|
|
||||||
|
# Ignore all files in this dir...
|
||||||
|
*
|
||||||
|
|
||||||
|
# ... except for this one.
|
||||||
|
!.gitignore
|
Loading…
Reference in New Issue
Block a user