Skip to content

Commit

Permalink
[1.x] Re-add Memcached (#62)
Browse files Browse the repository at this point in the history
* Re-add Memcached

* Update InstallCommand.php

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
driesvints and taylorotwell authored Mar 2, 2021
1 parent f7a8575 commit 053fd0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ protected function gatherServicesWithSymfonyMenu()
'mysql',
'pgsql',
'redis',
'selenium',
'mailhog',
'memcached',
'meilisearch',
'mailhog',
'selenium',
], 0, null, true);
}

Expand Down
6 changes: 6 additions & 0 deletions stubs/memcached.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
memcached:
image: 'memcached:alpine'
ports:
- '11211:11211'
networks:
- sail

0 comments on commit 053fd0a

Please sign in to comment.