https://github.com/dsabre/symfony-docker
A docker compose to manage a Symfony and other PHP applications.
https://github.com/dsabre/symfony-docker
docker docker-compose docker-container docker-image dockerfile mysql nginx php symfony
Last synced: 2 months ago
JSON representation
A docker compose to manage a Symfony and other PHP applications.
- Host: GitHub
- URL: https://github.com/dsabre/symfony-docker
- Owner: dsabre
- License: mit
- Created: 2021-11-11T16:51:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T14:10:52.000Z (over 4 years ago)
- Last Synced: 2025-03-17T10:52:23.881Z (over 1 year ago)
- Topics: docker, docker-compose, docker-container, docker-image, dockerfile, mysql, nginx, php, symfony
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony docker
A docker compose to manage a Symfony and other PHP applications.
## Installation
Just clone this repository, and if you want you can change the container names in the docker-compose.yml file and that's it.
## Useful commands
Generate containers using docker compose:
```bash
docker-compose up -d --build
```
Remove all container created by your docker compose:
```bash
docker-compose down --rmi all
```
To enter in a named container use:
```bash
docker-compose exec container-name /bin/bash
```
## Contributing
For contributions, issues and feature requests please check [issues page](https://github.com/dsabre/countdown/issues).
## Authors
- [Daniele Sabre](https://github.com/dsabre)
## License
[MIT](https://choosealicense.com/licenses/mit/)