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
|
||||
build:
|
||||
context: docker/gotrue
|
||||
dockerfile: docker/gotrue/Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
image: appflowyinc/gotrue:${GOTRUE_VERSION:-latest}
|
||||
environment:
|
||||
# There are a lot of options to configure GoTrue. You can reference the example config:
|
||||
|
|
|
|||
Loading…
Reference in New Issue