fix: change ports to expose for rustfs service in Docker configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+3
-3
@@ -122,9 +122,9 @@ services:
|
||||
- "no-new-privileges:true"
|
||||
image: rustfs/rustfs:latest
|
||||
container_name: rustfs-server
|
||||
ports:
|
||||
- "9000:9000" # S3 API port
|
||||
- "9001:9001" # Console port
|
||||
expose:
|
||||
- "9000" # S3 API port
|
||||
- "9001" # Console port
|
||||
environment:
|
||||
- RUSTFS_VOLUMES=/data/rustfs{0..3} # Define 4 storage volumes
|
||||
- RUSTFS_ADDRESS=0.0.0.0:9000
|
||||
|
||||
Reference in New Issue
Block a user