File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ ENV PATH=/opt/py3/bin:$PATH \
5757 SEAWEEDFS_SECRET_KEY=seaweedfsadmin \
5858 SEAWEEDFS_VOLUMES=/opt/maxkb/data/seaweedfs \
5959 SEAWEEDFS_S3_BUCKET=maxkb \
60- SEAWEEDFS_S3_ENDPOINT=http://127.0.0.1:8333 \
61- SEAWEEDFS_LOG_LEVEL=warn \
62- SEAWEEDFS_LOG_DIR=/opt/maxkb/log/seaweedfs
60+ SEAWEEDFS_S3_ENDPOINT=http://127.0.0.1:8333
6361
6462EXPOSE 6379 8333 9333
Original file line number Diff line number Diff line change 33set -e
44
55mkdir -p " ${SEAWEEDFS_VOLUMES:-/ opt/ maxkb/ data/ seaweedfs} "
6- mkdir -p " ${SEAWEEDFS_LOG_DIR:-/ opt/ maxkb/ log/ seaweedfs} "
76
87S3_ENDPOINT=" ${SEAWEEDFS_S3_ENDPOINT:- http:// 127.0.0.1: 8333} "
98S3_PORT=" ${S3_ENDPOINT##*: } "
@@ -13,5 +12,4 @@ AWS_SECRET_ACCESS_KEY="${SEAWEEDFS_SECRET_KEY:-seaweedfsadmin}" \
1312S3_BUCKET=" ${SEAWEEDFS_S3_BUCKET:- maxkb} " \
1413/usr/local/bin/weed mini \
1514 -dir=" ${SEAWEEDFS_VOLUMES:-/ opt/ maxkb/ data/ seaweedfs} " \
16- -s3.port=" $S3_PORT " \
17- -logdir=" ${SEAWEEDFS_LOG_DIR:-/ opt/ maxkb/ log/ seaweedfs} "
15+ -s3.port=" $S3_PORT "
You can’t perform that action at this time.
0 commit comments