Make WordPress Core

Ticket #59930: 59930.diff

File 59930.diff, 401 bytes (added by desrosj, 2 years ago)
  • docker-compose.yml

    diff --git a/docker-compose.yml b/docker-compose.yml
    index 58f4e08d91..5cd3f46900 100644
    a b services: 
    6565  # The MySQL container.
    6666  ##
    6767  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
    6970
    7071    networks:
    7172      - wpdevnet