1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-05-30 18:54:31 -03:00
parent 0766fe8ff2
commit 7ddff4f749
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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