summaryrefslogtreecommitdiff
path: root/tests/docker-compose.yaml
blob: fd1a48bf16738886994a5533db9f725fe7b85fc3 (plain)
1
2
3
4
5
6
7
version: '3'

services:
  memcached:
    image: memcached:latest
    ports:
      - "0.0.0.0:11211:11211"