https://github.com/emalherbi-zz/docker-php7
:whale: Docker && Ubuntu 18.10 && Apache2 && Php 7.2 && Mysqli && Sqlsrv && PhpMyAdmin
https://github.com/emalherbi-zz/docker-php7
apache docker mysqli php7 phpmyadmin sqlsrv ubuntu
Last synced: about 2 months ago
JSON representation
:whale: Docker && Ubuntu 18.10 && Apache2 && Php 7.2 && Mysqli && Sqlsrv && PhpMyAdmin
- Host: GitHub
- URL: https://github.com/emalherbi-zz/docker-php7
- Owner: emalherbi-zz
- Created: 2018-03-22T23:35:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T11:48:22.000Z (about 5 years ago)
- Last Synced: 2025-01-17T19:55:18.578Z (3 months ago)
- Topics: apache, docker, mysqli, php7, phpmyadmin, sqlsrv, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-php
Docker && Ubuntu 18.04 && Apache2 && Php && Mysqli && Sqlsrv && PhpMyAdmin
## Requirements
* [Docker](https://www.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)## About this docker's settings
- ubuntu:18.04
- apache2
- php 7.2
- sqlsrv
- mysqli
- nsq## Before installation
Before installation change this [line](https://github.com/emalherbi/docker-php-7/blob/master/docker-compose.yml#L10).
```yml
volumes:
- /home/eduardo/Sites/docker/www:/var/www/html
```## Installation
```bash
docker-compose up -d --build --force-recreate --remove-orphans
```## Server Root
```
localhost:9086
```## PhpMyAdmin
```
localhost:9087
```