Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI5T committed Dec 20, 2023
1 parent 743abb7 commit e154a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ ENV BUNGEE_JAR_FILE=/download/velocity.jar
ENV FRPS_BIND_PORT=7001
ENV FRPS_KCP_BIND_PORT=7002
ENV FRPS_QUIC_BIND_PORT=7003
ENV FPRS_WEBSERVER_PORT=7500
ENV FRPS_WEBSERVER_PORT=7500
ENV FRPS_WEBSERVER_ENABLED=false

EXPOSE ${FRPS_BIND_PORT}/tcp ${FRPS_KCP_BIND_PORT}/udp ${FRPS_QUIC_BIND_PORT}/udp ${FPRS_WEBSERVER_PORT}
EXPOSE ${FRPS_BIND_PORT}/tcp ${FRPS_KCP_BIND_PORT}/udp ${FRPS_QUIC_BIND_PORT}/udp ${FRPS_WEBSERVER_PORT}

ENTRYPOINT ["/bin/bash", "-l", "-i", "/usr/bin/launch.sh"]
HEALTHCHECK --start-period=10s CMD /usr/bin/health.sh

0 comments on commit e154a04

Please sign in to comment.