We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cd96c commit 9bde372Copy full SHA for 9bde372
compose.yml
@@ -1,7 +1,7 @@
1
services:
2
core:
3
# Uses `$SUPERTOKENS_CORE_VERSION` when available, else latest
4
- image: supertokens/supertokens-core:dev-branch-${SUPERTOKENS_CORE_VERSION:-master}
+ image: supertokens/supertokens-dev-postgresql:${SUPERTOKENS_CORE_VERSION:-master}
5
ports:
6
# Uses `$SUPERTOKENS_CORE_PORT` when available, else 3567 for local port
7
- ${SUPERTOKENS_CORE_PORT:-3567}:3567
0 commit comments