Skip to content

Commit

Permalink
a basic documentation for easy deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sajad-sadra committed Feb 23, 2021
1 parent 1221435 commit 24fa240
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose/Readme.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 24fa240

Please sign in to comment.