Merge pull request #6185 from appwrite/fix-6184-worker-builds-volumes

Remove duplicated volumes section
This commit is contained in:
Christy Jacob 2023-09-07 19:26:09 -04:00 committed by GitHub
commit 30a67c612c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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