Change container name to dbstore
This commit is contained in:
committed by
=Michael Hohn
parent
bbb54caaf3
commit
7347779072
@@ -50,9 +50,9 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
|
||||
minio:
|
||||
dbstore:
|
||||
image: minio/minio:RELEASE.2024-06-11T03-13-30Z
|
||||
container_name: minio
|
||||
container_name: dbstore
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
|
||||
command: server /data --console-address ":9001"
|
||||
volumes:
|
||||
- ./minio-data:/data
|
||||
- ./dbstore-data:/data
|
||||
|
||||
# Remove named volumes to use bind mounts
|
||||
# volumes:
|
||||
|
||||
Reference in New Issue
Block a user