fix: update container name

This commit is contained in:
Lucas Smith
2023-12-08 20:48:25 +11:00
committed by GitHub
parent 852fc7ed7a
commit dc8224ee9f

View File

@ -20,7 +20,7 @@ services:
minio: minio:
image: minio/minio image: minio/minio
container_name: s3 container_name: minio
ports: ports:
- 9002:9002 - 9002:9002
- 9001:9001 - 9001:9001