Skip to content

Commit

Permalink
Add fix for mysql containers in Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Jan 3, 2024
1 parent 67296ea commit 4c5e2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ services:
# The MySQL container.
##
mysql:
image: amd64/${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
platform: linux/amd64

networks:
- wpdevnet
Expand Down

0 comments on commit 4c5e2f1

Please sign in to comment.