mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-07 20:35:44 +09:00
[chore](build): update port mappings in Docker Compose configuration
- Adjusted Docker Compose port mappings to directly map host ports to container ports for HTTP, HTTPS, and DTLS.
This commit is contained in:
@@ -25,9 +25,9 @@ services:
|
|||||||
|
|
||||||
ports:
|
ports:
|
||||||
# 외부 80/443 → 컨테이너 8080/8443 매핑 (예: .env.example 기준)
|
# 외부 80/443 → 컨테이너 8080/8443 매핑 (예: .env.example 기준)
|
||||||
- "80:8080" # HTTP
|
- "80:80" # HTTP
|
||||||
- "443:8443" # HTTPS (TCP)
|
- "443:443" # HTTPS (TCP)
|
||||||
- "443:8443/udp" # DTLS (UDP)
|
- "443:443/udp" # DTLS (UDP)
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# ACME 인증서/계정 캐시 디렉터리 (호스트에 지속 보관)
|
# ACME 인증서/계정 캐시 디렉터리 (호스트에 지속 보관)
|
||||||
|
|||||||
Reference in New Issue
Block a user