mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
0766fe8ff2
commit
7ddff4f749
2 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,7 @@ services:
|
|||
command: >
|
||||
sh -c "memcached -m 128 -c 1024 -t $(nproc) -vv"
|
||||
ports:
|
||||
- "11211:11211"
|
||||
- "${MEMCACHE_PORT:-11211}:11211"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
@ -9,6 +9,7 @@ PHPMYADMIN_ENCODER_PORT=8082
|
|||
|
||||
# Port configuration
|
||||
SOCKET_PORT=2053
|
||||
MEMCACHE_PORT=11211
|
||||
HTTP_PORT=80
|
||||
HTTPS_PORT=443
|
||||
NGINX_RTMP_PORT=1935
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue