https://github.com/haikalrfadhilahh/php-nginx-image
Docker Images for deploy Php Application in one container!
https://github.com/haikalrfadhilahh/php-nginx-image
container docker dockerimage nginx php
Last synced: about 1 month ago
JSON representation
Docker Images for deploy Php Application in one container!
- Host: GitHub
- URL: https://github.com/haikalrfadhilahh/php-nginx-image
- Owner: HaikalRFadhilahh
- Created: 2024-02-17T19:00:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T14:54:32.000Z (over 2 years ago)
- Last Synced: 2025-10-07T09:57:19.192Z (8 months ago)
- Topics: container, docker, dockerimage, nginx, php
- Language: Dockerfile
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-NGINX Image
#### Deploy Your PHP Application In Single Container!
## Gambaran Umum
Docker Image PHP-FPM dengan Nginx Webserver untuk mendeploy aplikasi dengan pemrograman PHP,Konfigurasi image dengan keinginan dan kebutuhan project anda.
## Konfigurasi Image
- File Konfigurasi Virtual Host Nginx (/etc/nginx/conf.d)
- Port PHP-FPM (127.0.0.1:9000)
- Konfigurasi Tersebut dapat di atur dengan Dockerfile / Volume bind di docker-compose
## Prasyarat
Sebelum memulai, pastikan Anda telah memenuhi prasyarat berikut:
- Docker
## Instalasi
Ikuti langkah-langkah di bawah ini untuk mendownload image php-nginx:
1. Download Image
```sh
docker pull ghcr.io/haikalrfadhilah/php-nginx:latest
```
## Kontribusi
Jika Anda ingin berkontribusi pada proyek ini,Bisa melalui Pull Request pada repository ini.
## Lisensi
Distributed under the MIT License. Lihat `LICENSE` untuk informasi lebih lanjut.