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