diff --git a/docker-compose.yml b/docker-compose.yml index c42bded..dc302de 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" \ No newline at end of file + MEMCACHED_CACHE_SIZE: "128"