Updating docker tag and adding console on 9001

This commit is contained in:
Torsten Raudssus 2024-10-27 04:43:54 +01:00
parent eb52ef2050
commit 6046e53f06
2 changed files with 3 additions and 3 deletions

View file

@ -24,10 +24,10 @@ USER $SRV_UID:$SRV_GID
STOPSIGNAL SIGINT
EXPOSE 9000
EXPOSE 9000 9001
VOLUME /minio
WORKDIR /minio
CMD ["/usr/local/bin/minio","server","/minio"]
CMD ["/usr/local/bin/minio","server","/minio","--console-address",":9001"]

View file

@ -15,5 +15,5 @@ Group ID for the MinIO daemon and so of the data (Default: 1000)
### Image Name
```
docker.ci/srv/minio:latest
src.ci/srv/minio:latest
```