This commit is contained in:
本间白猫 2025-01-07 10:50:18 +08:00
commit 1ac5de3e54

View File

@ -1,7 +1,9 @@
services:
app:
build: .
container_name: proxycat
volumes:
- "./config:/app/config"
network_mode: host
command: ["python", "ProxyCat.py", "-c", "/app/config/config.ini"]
restart: always