mirror of
https://github.com/honmashironeko/ProxyCat.git
synced 2025-05-05 10:17:56 +00:00
13 lines
237 B
YAML
13 lines
237 B
YAML
version: '3'
|
|
services:
|
|
proxycat:
|
|
build: .
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
ports:
|
|
- "1080:1080"
|
|
- "5000:5000"
|
|
volumes:
|
|
- ./config:/app/config
|
|
restart: unless-stopped
|
|
network_mode: "bridge" |