Skip to content

Commit de90ecd

Browse files
committed
Move to memcached:1.6, current supported version
1 parent 2cea181 commit de90ecd

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Download docker images
6262
run: |
6363
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images >/dev/null
64-
docker pull memcached:1.5 >/dev/null
64+
docker pull memcached:1.6 >/dev/null
6565
- name: tmate debugging session
6666
uses: mxschmitt/action-tmate@v3
6767
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository allows you to quickly install memcached into a [Ddev](https://dd
1111

1212
## Explanation
1313

14-
This memcached recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev/docker-compose.memcached.yaml`](docker-compose.memcached.yaml) using the memcached:1.5 docker image.
14+
This memcached recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev/docker-compose.memcached.yaml`](docker-compose.memcached.yaml) using the `memcached` docker image.
1515

1616
## Interacting with Memcached
1717

docker-compose.memcached.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
version: '3.6'
1212

1313
services:
14-
# This is the service name used when running ddev commands accepting the
15-
# --service flag.
1614
memcached:
17-
# This is the name of the container. It is recommended to follow the same
18-
# name convention used in the main docker-compose.yml file.
1915
container_name: ddev-${DDEV_SITENAME}-memcached
20-
image: memcached:1.5
16+
image: memcached:1.6
2117
networks: [default, ddev_default]
2218
restart: "no"
2319
# memcached is available at this port inside the container.

0 commit comments

Comments
 (0)