79285499

Date: 2024-12-16 17:14:21
Score: 1
Natty:
Report link

You can try use command:

services:
  my-redis:
    image: redis:6.2-alpine
    ports:
      - "6379:6379"
    networks:
      - my-service
    command: bash -c "sysctl vm.overcommit_memory=1 && redis-server --save 20 1 --loglevel warning"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Krzysztof Lesiczka