a basic documentation for easy deploy
This commit is contained in:
parent
122143529e
commit
24fa2404dd
16
docker-compose/Readme.md
Normal file
16
docker-compose/Readme.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Deploy with docker-compose
|
||||||
|
===========================
|
||||||
|
**First** edit `.env` file in this directory to your appropriate value.
|
||||||
|
|
||||||
|
**Then** run stack with these commands:
|
||||||
|
|
||||||
|
- in the server
|
||||||
|
```
|
||||||
|
docker-compose -f server.yml up -d
|
||||||
|
```
|
||||||
|
- in client machine
|
||||||
|
```
|
||||||
|
docker-compose -f client.yml up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
**Now** use socks5 proxy at port `1080` of your client machine
|
Loading…
Reference in New Issue
Block a user