Skip to content

Commit

Permalink
Chore: change production docker to 7.0.2 (openemr#7048)
Browse files Browse the repository at this point in the history
* Chore: change production docker to 7.0.2

* Update docker-compose.yml to 7.0.2
  • Loading branch information
DrBassman committed Nov 23, 2023
1 parent 4b314a5 commit 1104411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/production-arm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
MYSQL_ROOT_PASSWORD: root
openemr:
restart: always
image: openemr/openemr:7.0.1
image: openemr/openemr:7.0.2
ports:
- 80:80
- 443:443
Expand Down
2 changes: 1 addition & 1 deletion docker/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
MYSQL_ROOT_PASSWORD: root
openemr:
restart: always
image: openemr/openemr:7.0.1
image: openemr/openemr:7.0.2
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 1104411

Please sign in to comment.