You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've blindly use your docker-compose as docker should be containerized.
Except I had Redis configure for other non-dockerized services.
I don't know much about Redis but my other services crashed because Redis was not properly handling requests anymore.
EDIT : Actually, it messed with permission on file and directory of /var/lib/redis
You should mount volume from local directory, not from system folder.
I acknowledge, I should have been more careful, though it's still a best practice for docker.
The text was updated successfully, but these errors were encountered:
Hi,
I've blindly use your docker-compose as docker should be containerized.
Except I had Redis configure for other non-dockerized services.
I don't know much about Redis but my other services crashed because Redis was not properly handling requests anymore.
EDIT : Actually, it messed with permission on file and directory of /var/lib/redis
You should mount volume from local directory, not from system folder.
I acknowledge, I should have been more careful, though it's still a best practice for docker.
The text was updated successfully, but these errors were encountered: