10 lines
198 B
YAML
10 lines
198 B
YAML
services:
|
|
|
|
memcached:
|
|
restart: unless-stopped
|
|
container_name: ${CONTAINER_PREFIX}_memcached
|
|
image: ${MEMCACHED_IMAGE}
|
|
ports:
|
|
- ${MEMCACHED_PORT}
|
|
networks:
|
|
- backend |