Skip to content

Commit

Permalink
fix readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Jan 6, 2024
1 parent 0576b04 commit c02c664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cloudflare-ddns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ A simple cronjob to update Cloudflare record with an IPv4 address.

```sh
docker create \
-v ./git:/repos
-e RUN_ON_STARTUP="true" \
-e CLOUDFLARE_API_TOKEN="${TOKEN}" \
-e CLOUDFLARE_RECORD_NAME="ipv4.example.com" \
Expand Down
2 changes: 1 addition & 1 deletion update-mirrors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple cronjob to update git mirrors. Curl is available for pre/post commands.

```sh
docker create \
-v ./git:/repos
-v ./git:/repos \
-e WORKING_DIRECTORY=/repos \
-e RUN_ON_STARTUP="true" \
-e GIT_REMOTE_1=https://github.com/brettinternet/containers \
Expand Down

0 comments on commit c02c664

Please sign in to comment.