version: '3' services: redis-standalone: image: redis:5.0.11 container_name: redis-standalone command: redis-server --port 6979 ports: - '0.0.0.0:6979:6979' restart: always