Change container name to dbstore

This commit is contained in:
Michael Hohn
2024-06-13 18:09:05 -07:00
committed by =Michael Hohn
parent bbb54caaf3
commit 7347779072
3 changed files with 5 additions and 5 deletions

View File

@@ -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: