Skip to content

Commit

Permalink
added version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMundhenk committed Oct 20, 2024
1 parent d7d0d10 commit 81ec4b2
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 81ec4b2

Please sign in to comment.