Skip to content

Commit

Permalink
Merge pull request #167 from PlexTrac/sp-minio-port-definitions-updates
Browse files Browse the repository at this point in the history
minio service definiions updated
  • Loading branch information
StevenPaugh authored Dec 13, 2024
2 parents 24d6021 + 68fbbcb commit cf565aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.12
current_version = 0.7.13

commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion src/plextrac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -Eeuo pipefail

VERSION=0.7.12
VERSION=0.7.13

## Podman Global Declaration Variable
declare -A svcValues
Expand Down
4 changes: 2 additions & 2 deletions static/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ services:

minio:
ports:
- 9000:9000
- 9001:9001
- 127.0.0.1:9000:9000
- 127.0.0.1:9001:9001
image: chainguard/minio@sha256:92b5ea1641d52262d6f65c95cffff4668663e00d6b2033875774ba1c2212cfa7
restart: always
volumes:
Expand Down

0 comments on commit cf565aa

Please sign in to comment.