https://github.com/lukashron/docker-php80rc2fpm
php8.0.0RC2-fpm-alpine3.12
https://github.com/lukashron/docker-php80rc2fpm
docker php php8 php80
Last synced: 12 months ago
JSON representation
php8.0.0RC2-fpm-alpine3.12
- Host: GitHub
- URL: https://github.com/lukashron/docker-php80rc2fpm
- Owner: lukashron
- License: mit
- Created: 2020-10-17T16:28:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T16:48:54.000Z (over 5 years ago)
- Last Synced: 2025-01-12T20:32:56.270Z (about 1 year ago)
- Topics: docker, php, php8, php80
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHP 8.0.0 RC2 fpm + Nginx and MySQL
**Please DO NOT use in production, it is an test version!**
Build project
```
docker-compose up -d --build
```
Hostname
```
http://127.0.0.1:8080/
```
## Tools
Composer
```
docker-compose exec php composer help
```