-
I run into this when trying to build with
My version: '2'
services:
redis-cluster:
image: grokzen/redis-cluster:latest
environment:
IP: '0.0.0.0'
build:
context: .
args:
redis_version: '6.2.1'
hostname: server
ports:
- '7000-7050:7000-7050'
- '5000-5010:5000-5010' |
Beta Was this translation helpful? Give feedback.
Answered by
Grokzen
Nov 5, 2021
Replies: 1 comment 1 reply
-
@conorbros This look like a systems issue on your end and your docker system setup. I do not know or have ever sen this kind of issue really but i doubt it can be realted to what this image is and does on the inside. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
conorbros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@conorbros This look like a systems issue on your end and your docker system setup. I do not know or have ever sen this kind of issue really but i doubt it can be realted to what this image is and does on the inside.