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"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- dragonflydata:/data
|
- dragonflydata:/data
|
||||||
|
environment:
|
||||||
|
- DFLY_requirepass
|
||||||
volumes:
|
volumes:
|
||||||
dragonflydata:
|
dragonflydata:
|
||||||
@@ -14,7 +14,6 @@ port = 6379
|
|||||||
host = "${main_domain}"
|
host = "${main_domain}"
|
||||||
path = "/"
|
path = "/"
|
||||||
|
|
||||||
|
|
||||||
[[config.mounts]]
|
[[config.mounts]]
|
||||||
filePath = "/content/configuration.conf"
|
filePath = "/content/configuration.conf"
|
||||||
content = """
|
content = """
|
||||||
|
|||||||
Reference in New Issue
Block a user