Skip to content

Commit

Permalink
memcached clusters project - docker-compose fix (for apple silicon) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bazmurphy authored Apr 24, 2024
1 parent e1d23ae commit 7bd3c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/memcached-clusters/replicated/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- 11214:11211
mcrouter:
image: docker-registry.wikimedia.org/mcrouter:latest
platform: linux/amd64
links:
- memcached1:memcached1
- memcached2:memcached2
Expand Down
1 change: 1 addition & 0 deletions projects/memcached-clusters/sharded/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- 11213:11211
mcrouter:
image: docker-registry.wikimedia.org/mcrouter:latest
platform: linux/amd64
links:
- memcached1:memcached1
- memcached2:memcached2
Expand Down

0 comments on commit 7bd3c50

Please sign in to comment.