bugfix(issue-969): docker compose gotrue service with right context
This commit is contained in:
parent
27a664cde7
commit
abcb624e63
|
|
@ -45,7 +45,7 @@ services:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
build:
|
build:
|
||||||
context: docker/gotrue
|
context: docker/gotrue
|
||||||
dockerfile: docker/gotrue/Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: appflowyinc/gotrue:${GOTRUE_VERSION:-latest}
|
image: appflowyinc/gotrue:${GOTRUE_VERSION:-latest}
|
||||||
environment:
|
environment:
|
||||||
# There are a lot of options to configure GoTrue. You can reference the example config:
|
# There are a lot of options to configure GoTrue. You can reference the example config:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue