From 481246b53bd63ffcdd95342c686b1122f304e47e Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Tue, 25 Oct 2022 19:40:09 +0530 Subject: [PATCH] Switch to official Docker image --- sparkles-hello-world/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sparkles-hello-world/docker-compose.yml b/sparkles-hello-world/docker-compose.yml index 066b8c2..a575385 100644 --- a/sparkles-hello-world/docker-compose.yml +++ b/sparkles-hello-world/docker-compose.yml @@ -9,6 +9,6 @@ services: APP_PORT: 3000 server: - image: mayankchhabra/sdx:latest + image: getumbrel/community-app-store-hello-world:latest user: "1000:1000" - init: true \ No newline at end of file + init: true