mirror of
https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git
synced 2026-02-27 09:53:28 +08:00
17 lines
348 B
YAML
17 lines
348 B
YAML
version: '3'
|
|
|
|
services:
|
|
sslocal-rust:
|
|
build: .
|
|
container_name: sslocal-rust
|
|
restart: always
|
|
ports:
|
|
- '1080:1080/udp'
|
|
- '1080:1080/tcp'
|
|
volumes:
|
|
- ./local.ssconfig.json:/.ssconfig.json:ro
|
|
|
|
# networks: # 网络配置,需要使用 IPv6 时取消注释
|
|
# default:
|
|
# enable_ipv6: true
|