mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
Add some useful commands
Signed-off-by: Julien Boyer <julien@larevolution.re> Signed-off-by: sitarane <julien@larevolution.re>
This commit is contained in:
parent
221979ccd3
commit
8e2397a1ed
1 changed files with 10 additions and 0 deletions
|
@ -361,6 +361,16 @@ And the rails console is waiting for you at
|
||||||
docker compose run web rails console
|
docker compose run web rails console
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install some gems you added to your Gemfile:
|
||||||
|
```console
|
||||||
|
docker-compose run web bundle install
|
||||||
|
```
|
||||||
|
|
||||||
|
Drop in a terminal inside the rails container:
|
||||||
|
```console
|
||||||
|
docker-compose run web bash
|
||||||
|
```
|
||||||
|
|
||||||
## Configure mail
|
## Configure mail
|
||||||
|
|
||||||
The app includes a maildev server so you can view emails sent by your app.
|
The app includes a maildev server so you can view emails sent by your app.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue