mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-09 00:34:45 +08:00
add directory /data/filerdb
fix https://github.com/chrislusf/seaweedfs/issues/885
This commit is contained in:
@@ -25,6 +25,7 @@ EXPOSE 8333
|
|||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
COPY filer.toml /etc/seaweedfs/filer.toml
|
COPY filer.toml /etc/seaweedfs/filer.toml
|
||||||
|
RUN mkdir /data/filerdb
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ VOLUME /data
|
|||||||
|
|
||||||
RUN mkdir -p /etc/seaweedfs
|
RUN mkdir -p /etc/seaweedfs
|
||||||
RUN cp /go/src/github.com/chrislusf/seaweedfs/docker/filer.toml /etc/seaweedfs/filer.toml
|
RUN cp /go/src/github.com/chrislusf/seaweedfs/docker/filer.toml /etc/seaweedfs/filer.toml
|
||||||
|
RUN mkdir -p /data/filerdb
|
||||||
RUN cp /go/src/github.com/chrislusf/seaweedfs/docker/entrypoint.sh /entrypoint.sh
|
RUN cp /go/src/github.com/chrislusf/seaweedfs/docker/entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
RUN cp /go/bin/weed /usr/bin/
|
RUN cp /go/bin/weed /usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user