Nick Yeoman
71a3a72c05
* readme added requriements * script added mailer (unfinished) * man docker * man security * added man easyadmin
17 lines
359 B
Markdown
17 lines
359 B
Markdown
# Docker Docs
|
|
|
|
You should be able to manually configure the docker compose file base on your requirements.
|
|
|
|
## console
|
|
|
|
How to run with docker:
|
|
```bash
|
|
sudo docker-compose run php bin/console doctrine:migrations:migrate
|
|
```
|
|
where php is the name of the container in the docker-compose file.
|
|
|
|
## Build php container
|
|
|
|
```
|
|
docker build -t vendor/php:latest .
|
|
``` |