https://github.com/aelae/voota
version: '3'
services:
nginx:
image: gotafire/voota:0.0.1
ports:
- "680:80"
- "6443:443"
volumes:
- ./data/ssl/:/etc/xray/ssl/
environment:
- SERVER_DOMAIN=example.com
- SSL_CRT=/etc/xray/ssl/cert.pem
- SSL_KEY=/etc/xray/ssl/cert.key
- SERVER_PASSWD=troJanPass
mkdir -p ./data/ssl
add ssl to ./data/ssl
| ENV | Describe |
|---|---|
| SERVER_DOMAIN | server domain |
| SSL_CRT | certificateFile for server domain |
| SSL_KEY | keyFile for server domain |
| SERVER_PASSWD | trojan client use password |
Content type
Image
Digest
sha256:c9c4326a6…
Size
19.7 MB
Last updated
almost 3 years ago
docker pull gotafire/voota:0.0.1