mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
add support for files
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user