Update docker-compose.yml
This commit is contained in:
parent
a38c2ddd12
commit
f3f8faf4f8
1 changed files with 7 additions and 7 deletions
|
@ -12,14 +12,14 @@ services:
|
||||||
- ./html:/var/www/html:ro
|
- ./html:/var/www/html:ro
|
||||||
- ssl-certs:/etc/ssl:ro
|
- ssl-certs:/etc/ssl:ro
|
||||||
ports:
|
ports:
|
||||||
- "80.75.218.200:80:80"
|
- "<ipv4>:80:80"
|
||||||
- "[2a13:7e80:0:29a:1b68:189f:223c:a1c8]:80:80"
|
- "[<ipv6>]:80:80"
|
||||||
- "80.75.218.200:443:443"
|
- "<ipv4>:443:443"
|
||||||
- "[2a13:7e80:0:29a:1b68:189f:223c:a1c8]:443:443"
|
- "[<ipv6>]:443:443"
|
||||||
- "80.75.218.200:443:443/udp"
|
- "<ipv4>:443:443/udp" # QUIC
|
||||||
- "[2a13:7e80:0:29a:1b68:189f:223c:a1c8]:443:443/udp"
|
- "[<ipv6>]:443:443/udp"
|
||||||
depends_on:
|
depends_on:
|
||||||
- invidious
|
- <replace>
|
||||||
|
|
||||||
acme:
|
acme:
|
||||||
image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker
|
image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker
|
||||||
|
|
Loading…
Reference in a new issue