update build
This commit is contained in:
13
docker/docker-compose.yml
Normal file
13
docker/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
rustfs-s3-toolkit:
|
||||
image: hotwa/rustfs-s3-toolkit:latest
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
container_name: rustfs-s3-toolkit
|
||||
restart: always
|
||||
command: tail -f /dev/null
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "8004:9000"
|
||||
Reference in New Issue
Block a user