Skip to content

Commit c3c5b52

Browse files
committed
fix(docker): correct stale image tag in 8.0.0 README
The 8.0.0 dir's compose example referenced openemr/openemr:7.0.5 (a copy-paste predating the 8.0.0 tag). Now that per-version dirs are excluded from rotation, this stale tag can no longer be auto-corrected, so fix it to match the dir (matching the 8.1.0/8.1.1/7.0.4 convention). Assisted-by: Claude Code
1 parent f9c4645 commit c3c5b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/openemr/8.0.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
MYSQL_ROOT_PASSWORD: root
3131
openemr:
3232
restart: always
33-
image: openemr/openemr:7.0.5
33+
image: openemr/openemr:8.0.0
3434
ports:
3535
- 80:80
3636
- 443:443

0 commit comments

Comments
 (0)