An open API service indexing awesome lists of open source software.

https://github.com/shrimpliu/ss-server-docker


https://github.com/shrimpliu/ss-server-docker

docker shadowsocks shadowsocks-manager shadowsocks-server

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ss server 支持管理后台
## 配置
```shell
cp .env.example .env
cp config/ss.yml.example config/ss.yml
cp config/webgui.yml.example config/webgui.yml
```
## Build
```shell
docker-compose build
```
## Run
```shell
docker-compose up -d
```