set memcached size

This commit is contained in:
2022-03-01 00:53:34 +01:00
parent a061b540b1
commit 1adf87b884
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ services:
memcached:
image: memcached:1-alpine
restart: unless-stopped
entrypoint: memcached -m 128M -I 4M
entrypoint: memcached -m 256M -I 128M
ports:
- 11211:11211
@@ -16,6 +16,6 @@ services:
depends_on:
- memcached
environment:
SIZE_LIMIT: 4M
SIZE_LIMIT: 128M
ports:
- 80:5000