How do I browse file in a storage volume?
haiphanworks
HOBBYOP
2 years ago
I'm running Wordpress via Docker on Railway with a Volume Storage attached to the Docker Image, but I want to be able to view and edit the files on the volume as well, how do I do this?
3 Replies
brody
EMPLOYEE
2 years ago
Volume access has to be done by the service it's attached to, you would need to swap the volume to a service like this https://railway.app/template/Nan7Bs
haiphanworks
HOBBYOP
2 years ago
Volume access has to be done by the service it's attached to, you would need to swap the volume to a service like this https://railway.app/template/Nan7Bs
Oh so my service has to be temporarily disrupted if I want to browse my file?