Skip to content

Commit

Permalink
Release 6.8.3 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 10, 2022
1 parent a430e5e commit 57c0768
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.8.3 2022-02-09 <dave at tiredofit dot ca>

### Changed
- Rework to support new base image


## 6.8.2 2022-02-09 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/10-cloudflare-companion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

source /assets/functions/00-container
prepare_service single
Expand Down
2 changes: 1 addition & 1 deletion install/etc/services.available/10-cloudflare-companion/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

source /assets/functions/00-container
PROCESS_NAME="traefik-cloudflare-companion"
Expand Down

0 comments on commit 57c0768

Please sign in to comment.