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
- Host: GitHub
- URL: https://github.com/shrimpliu/ss-server-docker
- Owner: shrimpliu
- Created: 2018-04-02T13:51:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T09:14:50.000Z (about 7 years ago)
- Last Synced: 2025-01-28T16:41:24.095Z (4 months ago)
- Topics: docker, shadowsocks, shadowsocks-manager, shadowsocks-server
- Language: Shell
- Size: 5.6 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```