Update docker-compose.yml
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ services:
|
||||
|
||||
mysql:
|
||||
image: mysql:8.0.36
|
||||
# image: mysql:5.7.42
|
||||
container_name: mysql
|
||||
ports:
|
||||
- "127.0.0.1:3306:3306"
|
||||
@@ -35,4 +36,4 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:11211:11211"
|
||||
environment:
|
||||
MEMCACHED_CACHE_SIZE: "128"
|
||||
MEMCACHED_CACHE_SIZE: "128"
|
||||
|
||||
Reference in New Issue
Block a user