s
This commit is contained in:
parent
88ffc11819
commit
8744344938
1 changed files with 3 additions and 4 deletions
|
|
@ -2,10 +2,9 @@ services:
|
||||||
seaweedfs:
|
seaweedfs:
|
||||||
image: chrislusf/seaweedfs:latest
|
image: chrislusf/seaweedfs:latest
|
||||||
container_name: seaweedfs
|
container_name: seaweedfs
|
||||||
expose:
|
ports:
|
||||||
- 9333 # Master
|
- "9333:9333"
|
||||||
- 8888 # Filer (Internal File System)
|
- "8333:8333" # S3 API endpoint stays open for Next.js/Go apps
|
||||||
- 8333 # S3 API endpoint
|
|
||||||
volumes:
|
volumes:
|
||||||
- seaweedfs_data:/data
|
- seaweedfs_data:/data
|
||||||
# Mount your credentials file directly into the container
|
# Mount your credentials file directly into the container
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue