This commit is contained in:
本间白猫 2025-01-04 01:14:47 +08:00 committed by GitHub
parent 4b4e62ca51
commit 9151669950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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