mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-05-31 08:37:58 +00:00
Lower default gzip compression level (#147)
This commit is contained in:
+1
-1
@@ -18,7 +18,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