mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +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: >
|
command: >
|
||||||
sh -c "memcached -m 128 -c 1024 -t $(nproc) -vv"
|
sh -c "memcached -m 128 -c 1024 -t $(nproc) -vv"
|
||||||
ports:
|
ports:
|
||||||
- "11211:11211"
|
- "${MEMCACHE_PORT:-11211}:11211"
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
|
@ -9,6 +9,7 @@ PHPMYADMIN_ENCODER_PORT=8082
|
||||||
|
|
||||||
# Port configuration
|
# Port configuration
|
||||||
SOCKET_PORT=2053
|
SOCKET_PORT=2053
|
||||||
|
MEMCACHE_PORT=11211
|
||||||
HTTP_PORT=80
|
HTTP_PORT=80
|
||||||
HTTPS_PORT=443
|
HTTPS_PORT=443
|
||||||
NGINX_RTMP_PORT=1935
|
NGINX_RTMP_PORT=1935
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue