Sign inSign up

dumaskemenag/php-crud-api

By dumaskemenag

Updated almost 2 years ago

php-crud-api + php-apache

Image
API management
Developer tools
Databases & storage
0

268

dumaskemenag/php-crud-api repository overview

my docker of https://github.com/mevdschee/php-crud-api using latest php-apache-bullseye + php-crud-api

docker run
--name=php-crud-api
--restart unless-stopped
-e "MYSQL_HOST=localhost"
-e "MYSQL_PORT=3306"
-e "MYSQL_DATABASE=nama_database"
-e "MYSQL_USER=root"
-e "MYSQL_PASSWORD=password"
-p 32134:80 -d dumaskemenag/php-crud-api

akses: http://localhost:32134/records/nama_tables

Tag summary

Content type

Image

Digest

sha256:f005a33ef

Size

161.4 MB

Last updated

almost 2 years ago

docker pull dumaskemenag/php-crud-api