a year ago
How can i get access to local storage file in production?
32 Replies
a year ago
by using the railway cli and doing a railway ssh into the container or by using a file browser template that you can find in the railway marketplace
a year ago
good question, ssh is fairly new and I don't know much about it
a year ago
try apt update and then apt install nano
a year ago
hmmm I guess it depnds on the img ur running
a year ago
try this template
a year ago
seems like the better option
i don't fully understand this template like s3 storage or what how can i access to my local file storage in my server,
how about 2 volumes. i read in docs that i can't create 2 volumes for one service. But i have one folder and one json file which uses as local storage, what can i do in this situation
a year ago
please do not ping people
a year ago
try the template medim linked
a year ago
swap the volumes around
a year ago
unmount the volume and re-mount them
a year ago
that's correct, we only support mounting a single volume to a single service at a time