altriabot/xray

By altriabot

Updated 4 months ago

Mini Docker Image

Image
Networking
0

2.6K

altriabot/xray repository overview

  • Map your configuration file to /etc/xray/config.json.

  • Docker Run

docker run -d \
  --name xray \
  -p 443:443 \
  -v $(pwd)/config.json:/etc/xray/config.json \
  altriabot/xray
  • Docker Compose
services:
  xray:
    image: altriabot/xray
    ports:
      - "443:443"
    volumes:
      - ./config.json:/etc/xray/config.json
    restart: always

Tag summary

Content type

Image

Digest

sha256:1f597f5ab

Size

33.1 MB

Last updated

4 months ago

docker pull altriabot/xray