sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

Can't start a fresh Redis container (stack) #159

Open luchtech opened 4 months ago

luchtech commented 4 months ago
image

As what you can see on the image above, I'm getting some weird error when starting up a Redis container.

I am using a Macbook M2 laptop and I'm using Orbstack instead of Docker Desktop.

I hope you can help me. Thanks!

luchtech commented 4 months ago

Hi, guys. So it seems like I found the issue. I had to change the REDIS_DATA_PATH from /tmp to a directory within the redis folder. I guess that's because I use Mac instead of Linux?