typo in readme

This commit is contained in:
Kelvin Jasperson
2017-08-12 19:27:43 -06:00
parent a454bcd3bf
commit 00f3413231
+1 -1
View File
@@ -14,7 +14,7 @@ This is a good method for testing to ensure all the parameters are correct. If t
Running this command will start the container, connect to the PFSense host specified with the credentials provided and retrieve a backup. The backup file will be placed in the directory the command was run from, the container will then quit. Running this command will start the container, connect to the PFSense host specified with the credentials provided and retrieve a backup. The backup file will be placed in the directory the command was run from, the container will then quit.
``` ```
docker run --rm --volume $(pwd):/data --env PFSENSE_USER=backupuser--env PFSENSE_IP=192.168.0.1 --env PFSENSE_PASS=changeme --env PFSENSE_SCHEME=https zxjinn/pfsense-backup docker run --rm --volume $(pwd):/data --env PFSENSE_USER=backupuser --env PFSENSE_IP=192.168.0.1 --env PFSENSE_PASS=changeme --env PFSENSE_SCHEME=https zxjinn/pfsense-backup
``` ```
#### Continuous container #### Continuous container
It's recommended to test the parameters with the one-time version above before trying the continuous backup mode out. It's recommended to test the parameters with the one-time version above before trying the continuous backup mode out.