1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Removed unused volumes

This commit is contained in:
Eldad Fux 2022-01-23 19:28:13 +02:00
parent 029e1dc6f6
commit 7d2d49bb89

View file

@ -61,7 +61,6 @@ services:
- traefik.http.routers.appwrite_api_https.service=appwrite_api
- traefik.http.routers.appwrite_api_https.tls=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-uploads:/storage/uploads:rw
- appwrite-cache:/storage/cache:rw
- appwrite-config:/storage/config:rw
@ -326,9 +325,6 @@ services:
networks:
- appwrite
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-functions:/storage/functions:rw
- /tmp:/tmp:rw
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
depends_on: