This commit is contained in:
2022-09-07 07:20:30 +01:00
parent 89328a827a
commit bf802d7fdf
2 changed files with 10 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ services:
- ./docker/data:/var/lib/manticore
- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf
tmp:
image: busybox
command: chmod -R 777 /var/run/redis
@@ -63,6 +62,11 @@ services:
redis:
image: redis
command: redis-server /etc/redis.conf
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535
volumes:
- ${PORTAINER_GIT_DIR}/docker/redis.conf:/etc/redis.conf
volumes_from: