components-contrib/.github/infrastructure/docker-compose-memcached.yml

7 lines
104 B
YAML

version: '2'
services:
memcached:
image: docker.io/memcached:1.6
ports:
- '11211:11211'