Skip to content

Commit

Permalink
Fix old image name in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Nov 20, 2023
1 parent 6adeaee commit 8169801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose.apprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
app:
image: mazzolino/shepherd
image: containrrr/shepherd
environment:
APPRISE_SIDECAR_URL: notify:5000
TZ: 'US/Eastern'
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose.swarm-cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
app:
image: mazzolino/shepherd
image: containrrr/shepherd
environment:
TZ: 'US/Eastern'
FILTER_SERVICES: ''
Expand Down

0 comments on commit 8169801

Please sign in to comment.