Skip to content

Commit dff7d8c

Browse files
author
Alan Christie
committed
build: Better docker compose memcached config
1 parent b384d3d commit dff7d8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ services:
2828
retries: 10
2929

3030
memcached:
31-
image: memcached:1.6.38-alpine3.21
31+
image: memcached:1.6.39-alpine3.22
3232
container_name: memcached
33-
environment:
34-
MEMCACHED_MAX_ITEM_SIZE: 36
35-
MEMCACHED_MAX_CONNECTIONS: 1
36-
MEMCACHED_MEMORY_LIMIT: 64
33+
command:
34+
- -vv
35+
- --disable-evictions
36+
- --memory-limit=64
3737
ports:
3838
- '11211:11211'
3939

0 commit comments

Comments
 (0)