https://github.com/marktopper/sample-site
Sample PHP + Nginx Docker
https://github.com/marktopper/sample-site
Last synced: 5 months ago
JSON representation
Sample PHP + Nginx Docker
- Host: GitHub
- URL: https://github.com/marktopper/sample-site
- Owner: marktopper
- Created: 2022-09-21T07:58:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T08:00:44.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T22:19:33.294Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Site
Sample PHP site using Docker.
# Install
```
cd docker
docker-compose up -d
```
Then you can access it at `http://localhost:8002`