mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
42178b3234
commit
1af03c7eab
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ services:
|
|||
- "./:/var/www/html/AVideo"
|
||||
- "./.compose/videos:/var/www/html/AVideo/videos"
|
||||
- "./.compose/encoder:/var/www/html/AVideo/Encoder"
|
||||
- "./.compose/letsencrypt:/etc/letsencrypt/"
|
||||
# - "./.compose/letsencrypt:/etc/letsencrypt/"
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
@ -92,7 +92,7 @@ services:
|
|||
restart: "unless-stopped"
|
||||
volumes:
|
||||
- "./.compose/HLS:/HLS"
|
||||
- "./.compose/letsencrypt:/etc/letsencrypt/"
|
||||
# - "./.compose/letsencrypt:/etc/letsencrypt/"
|
||||
environment:
|
||||
SERVER_NAME: "${SERVER_NAME:-localhost}"
|
||||
CREATE_TLS_CERTIFICATE: "${CREATE_TLS_CERTIFICATE:-yes}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue