Skip to content

Commit ff7e4cd

Browse files
Update docker-compose.yml
1 parent a2c1150 commit ff7e4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- rustfs:/data
1818
command: >
1919
sh -c "
20-
chown -R 10001:10001 /data0 /data1 /data2 /data3 /logs &&
20+
chown -R 10001:10001 /data &&
2121
echo 'Volume Permissions fixed' &&
2222
exit 0
2323
"

0 commit comments

Comments
 (0)