mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
add .env file for docker
This commit is contained in:
parent
64d0f3bcf8
commit
b1fcfa29ab
2 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,10 @@ services:
|
|||
# - .:/var/www/avideo:rw
|
||||
networks:
|
||||
- app_net
|
||||
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
- '${HTTPS_PORT}:443'
|
||||
- '${Socket_PORT}:2053'
|
||||
#Docker Networks
|
||||
networks:
|
||||
app_net:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue