mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
Merge pull request #6185 from appwrite/fix-6184-worker-builds-volumes
Remove duplicated volumes section
This commit is contained in:
commit
30a67c612c
1 changed files with 0 additions and 3 deletions
|
|
@ -351,9 +351,6 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- appwrite
|
||||
volumes:
|
||||
- appwrite-functions:/storage/functions:rw
|
||||
- appwrite-builds:/storage/builds:rw
|
||||
depends_on:
|
||||
- redis
|
||||
- mariadb
|
||||
|
|
|
|||
Loading…
Reference in a new issue