Skip to content

Commit

Permalink
Merge pull request #175 from PlexTrac/pg-dshm-tweaks
Browse files Browse the repository at this point in the history
pg_shm tweaks
  • Loading branch information
StevenPaugh authored Feb 6, 2025
2 parents 74b077c + 3a89820 commit 3b27486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.17
current_version = 0.7.18

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.17
VERSION=0.7.18

## Podman Global Declaration Variable
declare -A svcValues
Expand Down
1 change: 1 addition & 0 deletions static/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ services:

postgres:
image: plextrac/plextracpostgres:stable
shm_size: 128MB
environment:
PGDATA: /var/lib/postgresql/data/pgdata
PG_CORE_ADMIN_PASSWORD: ${PG_CORE_ADMIN_PASSWORD:?err}
Expand Down

0 comments on commit 3b27486

Please sign in to comment.