ProxyCat/docker/template/docker-compose_template

9 lines
178 B
Plaintext
Raw Normal View History

services:
app:
build: .
volumes:
- "./config.ini:/app/config.ini"
- "./getip.py:/app/getip.py"
- "./ip.txt:/app/ip.txt"
ports:
- "1080:1080"