mirror of https://github.com/langgenius/dify.git
chore: remove volumns field in docker-compose-template.yaml for worker_beat service
This commit is contained in:
parent
3a9ef9fd47
commit
7be548a694
|
|
@ -70,9 +70,6 @@ services:
|
|||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_started
|
||||
volumes:
|
||||
# Mount the storage directory to the container, for storing user files.
|
||||
- ./volumes/app/storage:/app/api/storage
|
||||
networks:
|
||||
- ssrf_proxy_network
|
||||
- default
|
||||
|
|
|
|||
Loading…
Reference in New Issue