mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
fix: keep Valkey internal (#937)
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
||||
valkey:
|
||||
image: valkey/valkey:8.1.4
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 6379
|
||||
volumes:
|
||||
- ../files/valkey.conf:/etc/valkey/valkey.conf
|
||||
- valkey-data:/data
|
||||
|
||||
Reference in New Issue
Block a user