Spaces:
Paused
Paused
Commit ·
67bcb2f
1
Parent(s): 440e052
Update Dockerfile
Browse files- 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
|
| 43 |
-
|
| 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"]
|