1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Fix Not Found error when deploying function from git

This commit is contained in:
Steven 2023-09-03 21:25:32 +00:00
parent f47aa91ff1
commit 397d6350cd

View file

@ -354,6 +354,9 @@ services:
depends_on:
- redis
- mariadb
volumes:
- appwrite-functions:/storage/functions:rw
- appwrite-builds:/storage/builds:rw
environment:
- _APP_ENV
- _APP_WORKER_PER_CORE