rachkovii68 commited on
Commit
67bcb2f
·
1 Parent(s): 440e052

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -8
Dockerfile CHANGED
@@ -39,14 +39,8 @@ COPY start.sh /usr/local/bin/start.sh
39
  RUN chmod +x /usr/local/bin/start.sh
40
 
41
  # Expose the x-ui port
42
- EXPOSE 2053
43
- EXPOSE 443 # Часто используется для VLESS/VMess поверх TLS
44
- EXPOSE 80 # Для трафика без шифрования
45
- EXPOSE 8080
46
- EXPOSE 8443
47
- EXPOSE 38652
48
- EXPOSE 28071
49
- EXPOSE 36955
50
  # Set the entrypoint to our startup script
51
  RUN chmod -R 777 /usr/local/x-ui/
52
  ENTRYPOINT ["/bin/bash", "-c", "/usr/local/bin/start.sh"]
 
39
  RUN chmod +x /usr/local/bin/start.sh
40
 
41
  # Expose the x-ui port
42
+ EXPOSE 80-38652
43
+
 
 
 
 
 
 
44
  # Set the entrypoint to our startup script
45
  RUN chmod -R 777 /usr/local/x-ui/
46
  ENTRYPOINT ["/bin/bash", "-c", "/usr/local/bin/start.sh"]