Sign inSign up

gotafire/voota

By gotafire

Updated almost 3 years ago

基于teddysun/xray添加配置文件和nginx

Image
0

123

gotafire/voota repository overview

github

https://github.com/aelae/voota

docker compose

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

add ssl

mkdir -p ./data/ssl

add ssl to ./data/ssl

env

ENVDescribe
SERVER_DOMAINserver domain
SSL_CRTcertificateFile for server domain
SSL_KEYkeyFile for server domain
SERVER_PASSWDtrojan client use password

Tag summary

Content type

Image

Digest

sha256:c9c4326a6

Size

19.7 MB

Last updated

almost 3 years ago

docker pull gotafire/voota:0.0.1