Skip to content

Commit

Permalink
Merge pull request #59 from PhilippMundhenk/release
Browse files Browse the repository at this point in the history
added new version
  • Loading branch information
PhilippMundhenk authored Oct 20, 2024
2 parents d7d0d10 + 81ec4b2 commit 3706472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: '3'

services:
brother-scanner:
image: ghcr.io/philippmundhenk/brotherscannerdocker
image: ghcr.io/philippmundhenk/brotherscannerdocker:v1.1.0
volumes:
- /path/on/host:/scans
ports:
Expand Down Expand Up @@ -56,7 +56,7 @@ version: '3'

services:
brother-scanner:
image: ghcr.io/philippmundhenk/brotherscannerdocker
image: ghcr.io/philippmundhenk/brotherscannerdocker:v1.1.0
volumes:
- /path/on/host:/scans
environment:
Expand Down Expand Up @@ -216,7 +216,7 @@ version: '3'
services:
brother-scanner:
image: ghcr.io/philippmundhenk/brotherscannerdocker
image: ghcr.io/philippmundhenk/brotherscannerdocker:v1.1.0
volumes:
- /path/on/host:/scans
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
brother-scanner:
image: ghcr.io/philippmundhenk/brotherscannerdocker
image: ghcr.io/philippmundhenk/brotherscannerdocker:v1.1.0
volumes:
- /path/on/host:/scans
ports:
Expand Down

0 comments on commit 3706472

Please sign in to comment.