https://github.com/mysiar/php-dockerized
https://github.com/mysiar/php-dockerized
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mysiar/php-dockerized
- Owner: mysiar
- Created: 2022-08-05T10:30:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T12:45:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T22:17:58.634Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic docker env for php
1. copy `.env.dist` to `.env`
2. mandatory to set `PROJECT_NAME` and `SUBNET`
3. run by
```bash
$ docker-compose up
```