diff --git a/komodo/s3/versitygw/compose.yaml b/komodo/s3/versitygw/compose.yaml index 8153e46..9460562 100644 --- a/komodo/s3/versitygw/compose.yaml +++ b/komodo/s3/versitygw/compose.yaml @@ -20,9 +20,9 @@ services: ports: - "${VERSITYGW_PORT:-10000}:10000" volumes: - - s3_data:/data/s3 - - iam:/data/iam - - versions:/data/versions + - /mnt/nfs/versity/s3:/data/s3 + - /mnt/nfs/versity/iam:/data/iam + - /mnt/nfs/versity/versions:/data/versions command: - "--port" - ":10000"