Skip to content

Commit

Permalink
Merge pull request #1680 from idolize/patch-1
Browse files Browse the repository at this point in the history
Add apprise_tag to apprise.labels.yml
  • Loading branch information
nemchik authored Oct 9, 2023
2 parents dd02165 + 2e02938 commit ecbc1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose/.apps/apprise/apprise.labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ services:
com.dockstarter.appvars.apprise_enabled: "false"
com.dockstarter.appvars.apprise_network_mode: ""
com.dockstarter.appvars.apprise_port_8000: "8000"
com.dockstarter.appvars.apprise_restart: "unless-stopped"
com.dockstarter.appvars.apprise_tag: "latest"
2 changes: 1 addition & 1 deletion compose/.apps/apprise/apprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
restart: unless-stopped
restart: ${APPRISE_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/apprise:/config
Expand Down

0 comments on commit ecbc1b6

Please sign in to comment.