mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: reference DFLY_requirepass in the DragonflyDB compose
This commit is contained in:
@@ -8,5 +8,7 @@ services:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- dragonflydata:/data
|
||||
environment:
|
||||
- DFLY_requirepass
|
||||
volumes:
|
||||
dragonflydata:
|
||||
@@ -14,7 +14,6 @@ port = 6379
|
||||
host = "${main_domain}"
|
||||
path = "/"
|
||||
|
||||
|
||||
[[config.mounts]]
|
||||
filePath = "/content/configuration.conf"
|
||||
content = """
|
||||
|
||||
Reference in New Issue
Block a user