mirror of
https://github.com/honmashironeko/ProxyCat.git
synced 2025-11-05 10:51:06 +00:00
12 lines
200 B
YAML
12 lines
200 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
container_name: proxycat
|
|
ports:
|
|
- "1080:1080"
|
|
volumes:
|
|
- ./config:/app/config
|
|
restart: unless-stopped
|
|
network_mode: "bridge"
|