vanlueckn
PROOP
4 months 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).
3 Replies
4 months 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.
4 months ago
I think 'fragly' just means use the S3 API in code.