Skip to content

Commit

Permalink
Merge pull request #2 from soyFelixBarros/master
Browse files Browse the repository at this point in the history
Docker
  • Loading branch information
gonzaloalonsod authored Mar 6, 2020
2 parents 483110c + 237e014 commit c5b9606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 61 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ symfony console doc:fix:load
* Kill containers: `docker-compose kill`
* View container logs: `docker-compose logs`
* Execute command inside of container: `docker-compose exec SERVICE_NAME COMMAND` where `COMMAND` is whatever you want to run. Examples:
* Shell into the PHP container, `docker-compose exec php-fpm bash`
* Run symfony console, `docker-compose exec php-fpm bin/console`
* Open a mysql shell, `docker-compose exec mysql mysql -uroot -pCHOSEN_ROOT_PASSWORD`
* Shell into the PHP container, `docker exec -it symfony-php-fpm bash`
* Run symfony console, `docker exec symfony-php-fpm bin/console`
* Open a mysql shell, `docker exec symfony-mariadb mysql -uroot -pCHOSEN_ROOT_PASSWORD`

### Use
- [Symfony](https://symfony.com)
Expand Down
58 changes: 0 additions & 58 deletions phpdocker/README.md

This file was deleted.

0 comments on commit c5b9606

Please sign in to comment.