# php-docker-simple **Repository Path**: swordzz/php-docker-simple ## Basic Information - **Project Name**: php-docker-simple - **Description**: php-docker-simple - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![TruthSeekers Logo](https://truthseekers.io/wp-content/uploads/2021/05/ts-logo-dark-horizontal549x181.jpg) ## [Please support our YouTube channel by Subscribing!](https://www.youtube.com/channel/UCa0s8d-23qP7RmIMZ54x7Ug) ## [Heal our planet AND progress society at the same time?](https://truthseekers.io/support-nuclear/) ### Develop your skills with our high quality tutorials on: Linux, Docker & Kubernetes, React.js, GraphQL, SQL, Mongo, Emacs & more. Literally anything tech. ## [Join our community by signing up for our newsletter!](https://truthseekers.io/latest-tutorials-signup/) Just cd into directory and run: docker-compose up -d to stop: docker-compose down NOTE: In order for the app to work you will have to create a database named "company1", a "users" table with the columns "name" and "fav_color" in order for the errors to go away. You can do this in localhost:8080 (adminer) with "root" as user, "example" as password. "MySQL" selected for the system, and "db" as the server. Then create the database & table and you should be able to see the php grab the users and display them. https://truthseekers.io/php-docker-simple-environment/ blog post.