mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-06 19:47:57 +00:00
Lower default gzip compression level (#147)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ ENV POSTGRES_DB="**None**" \
|
||||
POSTGRES_PASSWORD="**None**" \
|
||||
POSTGRES_PASSWORD_FILE="**None**" \
|
||||
POSTGRES_PASSFILE_STORE="**None**" \
|
||||
POSTGRES_EXTRA_OPTS="-Z6" \
|
||||
POSTGRES_EXTRA_OPTS="-Z1" \
|
||||
POSTGRES_CLUSTER="FALSE" \
|
||||
SCHEDULE="@daily" \
|
||||
BACKUP_DIR="/backups" \
|
||||
|
||||
Reference in New Issue
Block a user