mirror of
https://github.com/honmashironeko/ProxyCat.git
synced 2025-06-21 02:11:11 +00:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
services:
|
|
app:
|
|
build: .
|
|
volumes:
|
|
- "./config.ini:/app/config.ini"
|
|
- "./getip.py:/app/getip.py"
|
|
- "./ip.txt:/app/ip.txt"
|
|
ports:
|
|
- "1080:1080" |