From abdfb439a01dc1b546bb58932f8498b8c1e217e3 Mon Sep 17 00:00:00 2001 From: Namit Nathwani Date: Mon, 24 Feb 2025 16:34:36 +0530 Subject: [PATCH] update: core image --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d79239233..b92a0a346 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: core: # Uses `$SUPERTOKENS_CORE_VERSION` when available, else latest - image: teamsupertokens/supertokens-core:dev-branch-${SUPERTOKENS_CORE_VERSION:-master} + image: supertokens/supertokens-core:dev-branch-${SUPERTOKENS_CORE_VERSION:-master} ports: # Uses `$SUPERTOKENS_CORE_PORT` when available, else 3567 for local port - ${SUPERTOKENS_CORE_PORT:-3567}:3567