Skip to content

Commit

Permalink
update: core image
Browse files Browse the repository at this point in the history
  • Loading branch information
namsnath committed Feb 24, 2025
1 parent 3337f80 commit abdfb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit abdfb43

Please sign in to comment.