Modified memcached utilization in docker compose

This commit is contained in:
Frikky
2023-12-03 12:09:01 +01:00
committed by GitHub
parent 0b79df2a52
commit 5953c5c9db
+4
View File
@@ -90,6 +90,10 @@ services:
# image: docker.io/bitnami/memcached:1
# container_name: shuffle-cache
# hostname: shuffle-cache
# mem_limit: 1024m
# environment:
# - MEMCACHED_MEMORY=1024
# - MEMCACHED_MAX_CONNECTIONS=2500
# ports:
# - 11211:11211