File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class DockerContainers extends Command
3636 'repo ' => 'mysql ' ,
3737 'tag ' => 'latest ' ,
3838 'command ' =>
39- '-d -v /mysql:/var/lib/mysql \\' .
39+ '-d --rm - v /mysql:/var/lib/mysql \\' .
4040 '-e MYSQL_USER=ENV[DB_USERNAME] \\' .
4141 '-e MYSQL_PASSWORD=ENV[DB_PASSWORD] \\' .
4242 '-e MYSQL_DATABASE=ENV[DB_DATABASE] \\' .
@@ -47,13 +47,13 @@ class DockerContainers extends Command
4747 'repo ' => 'redis ' ,
4848 'tag ' => 'alpine ' ,
4949 'command ' =>
50- '-d -p ENV[REDIS_PORT]:ENV[REDIS_PORT] \\' .
50+ '-d --rm - p ENV[REDIS_PORT]:ENV[REDIS_PORT] \\' .
5151 'redis redis-server --appendonly yes --requirepass ENV[REDIS_PASSWORD] ' ,
5252 ],
5353 'Beanstalkd ' => [
5454 'repo ' => 'schickling/beanstalkd ' ,
5555 'tag ' => 'latest ' ,
56- 'command ' => '-d -p 11300:11300 schickling/beanstalkd ' ,
56+ 'command ' => '-d --rm - p 11300:11300 schickling/beanstalkd ' ,
5757 ],
5858 'Memcached ' => [
5959 'repo ' => 'memcached ' ,
You can’t perform that action at this time.
0 commit comments