mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update apps/dokploy/templates/unsend/docker-compose.yml
This commit is contained in:
@@ -31,11 +31,10 @@ services:
|
|||||||
- cache:/data
|
- cache:/data
|
||||||
command: ["redis-server", "--maxmemory-policy", "noeviction"]
|
command: ["redis-server", "--maxmemory-policy", "noeviction"]
|
||||||
|
|
||||||
minio:
|
unsend-storage-prod:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
container_name: unsend-storage-prod
|
|
||||||
ports:
|
ports:
|
||||||
- 9002
|
- 9002
|
||||||
- 9001
|
- 9001
|
||||||
|
|||||||
Reference in New Issue
Block a user