This commit is contained in:
parent
e698c1df4d
commit
46d11bfa53
1 changed files with 4 additions and 3 deletions
|
@ -12,10 +12,11 @@ services:
|
||||||
# ports:
|
# ports:
|
||||||
# - "0.0.0.0:8443:8443/tcp" # HTTP/2
|
# - "0.0.0.0:8443:8443/tcp" # HTTP/2
|
||||||
# - "0.0.0.0:8443:8443/udp" # HTTP/3 (QUIC)
|
# - "0.0.0.0:8443:8443/udp" # HTTP/3 (QUIC)
|
||||||
|
# Make sure that the key and the certificate files exist!
|
||||||
volumes:
|
volumes:
|
||||||
- ./key.key:/app/key.key
|
- ./key.key:/data/key.key:ro
|
||||||
- ./fullchain.cer:/app/fullchain.cer
|
- ./fullchain.pem:/data/cert.pem:ro
|
||||||
command: "./http3-ytproxy -l 0.0.0.0 -p 8443 -https -tls-key ./key.key -tls-cert ./fullchain.cer"
|
command: "./http3-ytproxy -l 0.0.0.0 -p 8443 -https"
|
||||||
depends_on:
|
depends_on:
|
||||||
- gluetun
|
- gluetun
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue