diff --git a/docker-compose.yml b/docker-compose.yml index e435fcc..70bfbc7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,4 +18,5 @@ services: ports: - 4000:3000 links: - - mysql \ No newline at end of file + - mysql + image: web:latest \ No newline at end of file