Ticket #59930: 59930.diff
| File 59930.diff, 401 bytes (added by , 2 years ago) |
|---|
-
docker-compose.yml
diff --git a/docker-compose.yml b/docker-compose.yml index 58f4e08d91..5cd3f46900 100644
a b services: 65 65 # The MySQL container. 66 66 ## 67 67 mysql: 68 image: amd64/${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest} 68 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest} 69 platform: linux/amd64 69 70 70 71 networks: 71 72 - wpdevnet