Skip to content

Commit cdfd7d7

Browse files
committed
Fix a few typos in Readme
1 parent 1b7692f commit cdfd7d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Docker Image: `ghcr.io/jan-di/database-backup`
88

99
Configure the backup service by specifying environment variables:
1010

11-
- `INTERVAL` Amount of seconds to wait between each backup cycle. Set to `0` to make a one-time backup. Default: `3600`#
11+
- `INTERVAL` Amount of seconds to wait between each backup cycle. Set to `0` to make a one-time backup. Default: `3600`
1212
- `VERBOSE` More Detailed output. Default: `false`
1313

14-
You can also define global default values for all container specific labels. Do this by prepending the label name by `GLOBAL_`. For example, to provide a default username, you can set a default value for `jan-di.database-backup.username` by specifying the environment variable GLOBAL_USERNAME.
14+
You can also define global default values for all container specific labels. Do this by prepending the label name by `GLOBAL_`. For example, to provide a default username, you can set a default value for `jan-di.database-backup.username` by specifying the environment variable `GLOBAL_USERNAME`.
1515

1616
## Database Configuration
1717

@@ -36,7 +36,7 @@ services:
3636
image: ghcr.io/jan-di/database-backup
3737
environment:
3838
- INTERVAL=600
39-
- DEFAULT_PASSWORD=secret-password
39+
- GLOBAL_PASSWORD=secret-password
4040
volumes:
4141
- /var/run/docker.sock:/var/run/docker.sock
4242

0 commit comments

Comments
 (0)