https://github.com/xethron/php-docker
Docker Compose setup for PHP Laravel and Wordpress
https://github.com/xethron/php-docker
Last synced: 5 months ago
JSON representation
Docker Compose setup for PHP Laravel and Wordpress
- Host: GitHub
- URL: https://github.com/xethron/php-docker
- Owner: Xethron
- Created: 2018-07-30T12:28:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T11:27:46.000Z (about 7 years ago)
- Last Synced: 2025-03-25T13:47:50.988Z (over 1 year ago)
- Language: Dockerfile
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple PHP web server setup
This assumes all your websites are in ~/Projects/sites and will store your DB in ~/Docker/mariadb
Place a `*.nginx.conf` in the root directory of each of your projects with a unique name.
This will automatically include it in the enabled sites before nginx starts up.