diff --git a/docker-compose.yml b/docker-compose.yml index 4a57ef5..fd7b187 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,14 +12,14 @@ services: - ./html:/var/www/html:ro - ssl-certs:/etc/ssl:ro ports: - - "80.75.218.200:80:80" - - "[2a13:7e80:0:29a:1b68:189f:223c:a1c8]:80:80" - - "80.75.218.200:443:443" - - "[2a13:7e80:0:29a:1b68:189f:223c:a1c8]:443:443" - - "80.75.218.200:443:443/udp" - - "[2a13:7e80:0:29a:1b68:189f:223c:a1c8]:443:443/udp" + - ":80:80" + - "[]:80:80" + - ":443:443" + - "[]:443:443" + - ":443:443/udp" # QUIC + - "[]:443:443/udp" depends_on: - - invidious + - acme: image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker