From 91127b43c59f4a8a3289a14a93f55d1927c674f1 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Mon, 26 Sep 2022 01:43:33 +0700 Subject: [PATCH] Fix docker-compose.yml --- hello-world/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hello-world/docker-compose.yml b/hello-world/docker-compose.yml index 3387e69..50771ab 100644 --- a/hello-world/docker-compose.yml +++ b/hello-world/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_HOST: hello_world_server_1 APP_PORT: 3000 - server: - image: mayankchhabra/sdx:latest - user: "1000:1000" - init: true \ No newline at end of file + server: + image: mayankchhabra/sdx:latest + user: "1000:1000" + init: true \ No newline at end of file