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
For the past 15 hours straight I've been struggling to host Send locally using docker-compose (via cosmos-cloud) on my always free oracle instance (arm64) and finally I've found solution.
I finally succeeded by performing the following steps:
disable redis
modify volume mount
set permissions for the local data folder
This is my entire docker-compose.yml (do not just simply copy and paste, change it to your settings):
Hi,
For the past 15 hours straight I've been struggling to host Send locally using docker-compose (via cosmos-cloud) on my always free oracle instance (arm64) and finally I've found solution.
I finally succeeded by performing the following steps:
This is my entire docker-compose.yml (do not just simply copy and paste, change it to your settings):
https://gist.github.com/Arturro43/5a7d05386c9be1cdf02e917c8f6a44f5
After that you go to your ssh (preferably as root) and cd to /usr/ and execute command:
chown 1000:1000 data/send
Done.
The text was updated successfully, but these errors were encountered: