Update docker-compose.yml

This commit is contained in:
没人在家请按门铃
2024-03-24 23:11:47 +08:00
committed by GitHub
parent 3c89172b2a
commit e5bdcd2374
+2 -1
View File
@@ -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"