Skip to content
Snippets Groups Projects
Commit ef6646e9 authored by Jonas Leder's avatar Jonas Leder
Browse files

set correct image name

parent a9d81c0b
Branches
Tags
No related merge requests found
Pipeline #54669 passed
......@@ -47,7 +47,7 @@ docker run --rm \
-e ENCRYPTION_PASSWORD="your-encryption-password" \
-e TARGET_FOLDER="local" \
-v /path/to/local/backups:/backups \
postgres-backup
jonasled.dev/infra/images/postgres-backup:latest
```
### Running the Container with S3 Backup
......@@ -67,4 +67,4 @@ docker run --rm \
-e S3_PATH="backups/postgres" \
-e S3_REGION="us-west-2" \
-e S3_USE_PATH_STYLE="true" \
postgres-backup
jonasled.dev/infra/images/postgres-backup:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment