Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyszkiewicz committed Oct 26, 2024
1 parent cbade90 commit 4124787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: "3.9"

services:
watchtower:
image: containrrr/watchtower
container_name: onkyo-api-watchtower
command:
- "--label-enable"
- "--interval"
Expand All @@ -14,6 +13,7 @@ services:
- DOCKER_CONFIG=/
onkyo-api:
image: ghcr.io/mtyszkiewicz/onkyo-api
container_name: onkyo-api
labels:
- "com.centurylinklabs.watchtower.enable=true"
restart: always
Expand Down

0 comments on commit 4124787

Please sign in to comment.