mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2026-02-04 15:52:24 +09:00
[chore](docker): remove unused DTLS-related UDP port mapping
- Removed `443/udp` from `EXPOSE` in `Dockerfile.server`. - Removed UDP port mapping for `443` in `docker-compose.yml`.
This commit is contained in:
@@ -52,7 +52,7 @@ COPY --from=builder /out/hop-gate-server /app/hop-gate-server
|
||||
COPY .env.example /app/.env.example
|
||||
|
||||
# 기본 포트 노출 (실제 포트는 .env / 설정에 따라 변경 가능)
|
||||
EXPOSE 80 443/udp 443
|
||||
EXPOSE 80 443
|
||||
|
||||
# 기본 실행 명령
|
||||
ENTRYPOINT ["/app/hop-gate-server"]
|
||||
|
||||
Reference in New Issue
Block a user