https://github.com/mafio69/mvc-docker-full
mariaDb + php:7.4-apache
https://github.com/mafio69/mvc-docker-full
apache2 database docker php7
Last synced: 2 months ago
JSON representation
mariaDb + php:7.4-apache
- Host: GitHub
- URL: https://github.com/mafio69/mvc-docker-full
- Owner: mafio69
- Created: 2020-12-03T17:29:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T18:11:45.000Z (over 5 years ago)
- Last Synced: 2025-07-11T10:36:41.327Z (12 months ago)
- Topics: apache2, database, docker, php7
- Language: PHP
- Homepage:
- Size: 5.02 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tested on ubuntu 20.04
To run on the system, docker and docker-compose must be installed
1.[install docker](https://docs.docker.com/compose/install)
2.[install docker-compose](https://docs.docker.com/compose/install)
## Commands:
- "docker-compose build" (first command)
- "docker-compose up" (second command to start docker and after building the container
- "docker ps" (list of current containers)
- "docker exec -it mfMVC bash" (entering the container command line (the name of mfMVC can be changed before running in docker-compose.yml))
Note: All commands are executed in the directory where docker-compose.yml is located
## Links:
phpadmin http://localhost:8090/
app http://localhost:8050/
# Build with:
php:7.3-apache-stretch
https://github.com/docker-library/repo-info/blob/master/repos/php/remote/7.3-apache-stretch.md
mariadb
https://registry.hub.docker.com/_/mariadb
adminer
https://registry.hub.docker.com/_/admine
### He put together
[mafio69](mailto:mf1969@gmail.com?subject=[GitHub]%20Docker%20Repo)