mirror of
https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git
synced 2026-02-27 09:53:28 +08:00
13 lines
271 B
YAML
13 lines
271 B
YAML
version: '3'
|
|
|
|
services:
|
|
ss-manager:
|
|
build: .
|
|
container_name: ss-manager
|
|
restart: always
|
|
volumes:
|
|
- ./.ssconfig.json:/.ssconfig.json:ro
|
|
ports:
|
|
- "1080:1080" # ss-local 代理端口
|
|
- "5000:5000" # 管理界面端口
|