mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
9 lines
133 B
YAML
9 lines
133 B
YAML
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
memcached:
|
||
|
image: memcached:1-alpine
|
||
|
entrypoint: memcached -m 128
|
||
|
ports:
|
||
|
- 11211:11211
|