wumvi/php.dao.mysql

v1.0.5 2024-01-19 22:47 UTC

This package is auto-updated.

Last update: 2024-04-19 23:30:09 UTC


README

docker run -ti \
    --rm \
    -v "$(pwd)":/data/ \
    -e APP_ENV=dev \
    --workdir /data/ \
    --network host \
    --add-host mysqltest:192.168.1.96 \
    dfuhbu/php8.3.1-cli-dev:1 \
    bash