wsj1995 commited on
Commit
eba1fac
·
verified ·
1 Parent(s): 634f6ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ghcr.io/xtls/xray-core:latest
2
 
3
  RUN --mount=type=secret,id=TROJAN_CONFIG,mode=0444,required=true \
4
  /bin/sh -c cat /run/secrets/TROJAN_CONFIG > /etc/xray/config.json
 
1
+ FROM teddysun/xray
2
 
3
  RUN --mount=type=secret,id=TROJAN_CONFIG,mode=0444,required=true \
4
  /bin/sh -c cat /run/secrets/TROJAN_CONFIG > /etc/xray/config.json