diff --git a/compose.yaml b/compose.yaml index da717fae..32935cd7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,9 +2,9 @@ # If you need more help, visit the Docker compose reference guide at # https://docs.docker.com/compose/compose-file/ -# Here the instructions define your application as two services called "todo-app" and “todo-database” -# The service “todo-app” is built from the Dockerfile in the /app directory, -# and the service “todo-database” uses the official MongoDB image +# Here the instructions define your application as two services called "todo-app" and "todo-database" +# The service "todo-app" is built from the Dockerfile in the /app directory, +# and the service "todo-database" uses the official MongoDB image # from Docker Hub - https://hub.docker.com/_/mongo. # You can add other services your application may depend on here. @@ -35,4 +35,4 @@ services: - 27017:27017 #volumes: - #database: \ No newline at end of file + #database: