From 3a13227299b0fa211f832b68a2ff3237b25b3b14 Mon Sep 17 00:00:00 2001 From: myemcc21 Date: Tue, 25 Aug 2026 10:16:25 -0500 Subject: [PATCH] Fix syntax errors in compose.yaml --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index da717fae..6b529f36 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,7 +9,7 @@ # You can add other services your application may depend on here. services: - todo-app: + todo-app:docker compose up -d build: context: ./app depends_on: @@ -27,7 +27,7 @@ services: target: /usr/src/app action: sync - todo-database: + todo-database:docker compose up -d image: mongo:6 #volumes: # - database:/data/db @@ -35,4 +35,4 @@ services: - 27017:27017 #volumes: - #database: \ No newline at end of file + #database: