github.com/dtm-labs/rockscache@v0.1.1/compose.store.yml (about)

     1  version: '3.3'
     2  services:
     3    redis:
     4      image: 'redis'
     5      volumes:
     6        - /etc/localtime:/etc/localtime:ro
     7        - /etc/timezone:/etc/timezone:ro
     8      ports:
     9        - '6379:6379'