add support for files

This commit is contained in:
2021-12-21 00:15:04 +01:00
parent 00fd514da5
commit e4ce767444
18 changed files with 263 additions and 65 deletions

View File

@@ -6,7 +6,8 @@ version: '3.7'
services:
memcached:
image: memcached:1-alpine
entrypoint: memcached -m 128
restart: unless-stopped
entrypoint: memcached -m 128M -I 4M
ports:
- 11211:11211