add docker stuff
This commit is contained in:
parent
c844ab063b
commit
8c7b09b8d8
2 changed files with 29 additions and 0 deletions
12
compose.yaml
Normal file
12
compose.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
seaweedfs:
|
||||
container_name: seaweedfs
|
||||
image: docker.io/chrislusf/seaweedfs
|
||||
command: server -dir=/data
|
||||
volume:
|
||||
./tmp:/data
|
||||
ports:
|
||||
- 9333:9333
|
||||
shell:
|
||||
image: docker.io/alpine:latest
|
||||
command: sh -c 'sleep 100000'
|
Loading…
Add table
Add a link
Reference in a new issue