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