An open API service indexing awesome lists of open source software.

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.

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)

## Support me

Buy Me a Coffee

## License

[MIT](https://choosealicense.com/licenses/mit/)