Updating docker tag and adding console on 9001
This commit is contained in:
parent
eb52ef2050
commit
6046e53f06
2 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@ USER $SRV_UID:$SRV_GID
|
||||||
|
|
||||||
STOPSIGNAL SIGINT
|
STOPSIGNAL SIGINT
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000 9001
|
||||||
|
|
||||||
VOLUME /minio
|
VOLUME /minio
|
||||||
|
|
||||||
WORKDIR /minio
|
WORKDIR /minio
|
||||||
|
|
||||||
CMD ["/usr/local/bin/minio","server","/minio"]
|
CMD ["/usr/local/bin/minio","server","/minio","--console-address",":9001"]
|
||||||
|
|
|
@ -15,5 +15,5 @@ Group ID for the MinIO daemon and so of the data (Default: 1000)
|
||||||
### Image Name
|
### Image Name
|
||||||
|
|
||||||
```
|
```
|
||||||
docker.ci/srv/minio:latest
|
src.ci/srv/minio:latest
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue