Skip to content

Dockerized postgres including pgaudit patch

Notifications You must be signed in to change notification settings

phith0n/postgres-pgaudit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

== Minimal usage ==

  cd 10
  docker build -t postgres-pgaudit:10 .
  docker run \
    -e IS_AUDIT_LOG_ENABLED=true \
    -e PGAUDIT_LOG=ALL \
    -d --rm \
    postgres-pgaudit:10

About

Dockerized postgres including pgaudit patch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.6%
  • Shell 46.4%