Update docker compose file
All checks were successful
CI / build (push) Successful in 4m16s

This commit is contained in:
Fijxu 2024-12-13 17:25:01 -03:00
parent e698c1df4d
commit 46d11bfa53
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -12,10 +12,11 @@ services:
# ports:
# - "0.0.0.0:8443:8443/tcp" # HTTP/2
# - "0.0.0.0:8443:8443/udp" # HTTP/3 (QUIC)
# Make sure that the key and the certificate files exist!
volumes:
- ./key.key:/app/key.key
- ./fullchain.cer:/app/fullchain.cer
command: "./http3-ytproxy -l 0.0.0.0 -p 8443 -https -tls-key ./key.key -tls-cert ./fullchain.cer"
- ./key.key:/data/key.key:ro
- ./fullchain.pem:/data/cert.pem:ro
command: "./http3-ytproxy -l 0.0.0.0 -p 8443 -https"
depends_on:
- gluetun