mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-16 22:44:04 +02:00
- Removes the warning the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion Signed-off-by: Thomas Camlong <thomas@ajnart.fr>
15 lines
464 B
YAML
15 lines
464 B
YAML
services:
|
|
dragonfly:
|
|
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
|
|
ulimits:
|
|
memlock: -1
|
|
ports:
|
|
- "6379:6379"
|
|
# For better performance, consider `host` mode instead `port` to avoid docker NAT.
|
|
# `host` mode is NOT currently supported in Swarm Mode.
|
|
# https://docs.docker.com/compose/compose-file/compose-file-v3/#network_mode
|
|
# network_mode: "host"
|
|
volumes:
|
|
- dragonflydata:/data
|
|
volumes:
|
|
dragonflydata:
|