https://github.com/anh0701/php-container-runtime
https://github.com/anh0701/php-container-runtime
docker-compose laravel nginx nginx-docker php
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anh0701/php-container-runtime
- Owner: anh0701
- License: apache-2.0
- Created: 2024-04-11T09:41:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T09:59:37.000Z (about 2 years ago)
- Last Synced: 2025-07-22T22:08:30.061Z (11 months ago)
- Topics: docker-compose, laravel, nginx, nginx-docker, php
- Language: PHP
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
1. run docker-compose
```shell
# using podman
podman-compose up;
# or
.\run.sh
```
2. reload nginx
```sh
.\reload-nginx.ps1
```
3. about repository
- /logs/{php,nginx}: php, nginx log files
- /example-app: an example app.
- /img-tag.sh: docker OCI tag query