Files
xray_sub_server/docker-compose.yml
crutoboy 30742ad47d
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s
add docker-compose.yml
2026-05-29 07:29:53 +00:00

18 lines
518 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: '3.8'
services:
xray-sub-server:
image: crutoboy/xray_sub_server:latest
container_name: xray-sub-server
restart: unless-stopped
ports:
- "2096:2096"
env_file:
- .env
# Пример с явным указанием переменных (альтернатива env_file):
# environment:
# LISTEN_HOST: 0.0.0.0
# LISTEN_PORT: 2096
# URI_PATH: /sub/
# URLS: '{"all": [...]}' # большой JSON лучше хранить в .env файле