vanlueckn
PROOP
a month ago
I have a nginx container, a php container and a ftp container. I need to mount a volume to all 3 containers.
I tried to use S3 buckets for this, but fuse is not available (privileged mode).
0 Replies
dev
MODERATOR
a month ago
You can't mount the same volume to multiple services unfortunately, but maybe you could use MinIO instead and connect to it from all your services
But railway does not support privileged containers. For MinIO i would need FuseFS to mount the S3 compatible storage.
brody
EMPLOYEE
a month ago
I think 'fragly' just means use the S3 API in code.