From f25ffcd4f6a8e4dba6e290890fdecee363152432 Mon Sep 17 00:00:00 2001 From: samhaese <63563702+samhaese@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:44:20 -0700 Subject: [PATCH] Replace smart quotes with straight quotes --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: