Skip to content

Commit

Permalink
Update docker-compose & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Aug 23, 2022
1 parent ff45bf8 commit 3a90d5e
Show file tree
Hide file tree
Showing 4 changed files with 3,965 additions and 3,651 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '3'
services:
minio:
image: minio/minio:RELEASE.2022-06-20T23-13-45Z
image: minio/minio:RELEASE.2022-08-22T23-53-06Z
ports:
- "9000:9000"
- "34247:34247"
environment:
MINIO_ACCESS_KEY: test
MINIO_SECRET_KEY: testtest123
MINIO_ROOT_USER: test
MINIO_ROOT_PASSWORD: testtest123
command: server /data0 --console-address ":34247"
adminio-ui:
image: rzrbld/adminio-ui:latest
Expand Down
Loading

0 comments on commit 3a90d5e

Please sign in to comment.