Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamapen/docker-php74-centos8
Dockerfile php-7.4 + Apache-2.4 + CentOS-8
https://github.com/iamapen/docker-php74-centos8
centos8 dockerfile php74
Last synced: about 1 month ago
JSON representation
Dockerfile php-7.4 + Apache-2.4 + CentOS-8
- Host: GitHub
- URL: https://github.com/iamapen/docker-php74-centos8
- Owner: iamapen
- Created: 2020-01-02T00:41:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T07:37:29.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T12:41:03.978Z (2 months ago)
- Topics: centos8, dockerfile, php74
- Language: Dockerfile
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
php73-centos8
====php-7.4(mod_php) + Apache-2.4(prefork) + CentOS-8
定番のミニマム構成のためのイメージ
### docker-compose で起動する例
```bash
cd docker
docker-compose up -ddocker-compose ps
```### 単体実行の例
```bash
docker run -it --name php74-centos8-build \
-p 80:80 -p 443:443 \
-v "C:\projects\docker_build\docker-php74-centos8\src/:/var/www/html" \
iamapen/php74-centos8
```