Skip to content

Commit

Permalink
build: use a modern memcached image
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 25, 2024
1 parent 10cdec0 commit fc51f45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "2.1"
services:
mysql80:
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
Expand All @@ -15,7 +14,7 @@ services:
- enterprise_subsidy_mysql80:/var/lib/mysql

memcache:
image: memcached:1.4.24
image: memcached:1.6.6
container_name: enterprise-subsidy.memcache
networks:
- devstack_default
Expand Down

0 comments on commit fc51f45

Please sign in to comment.