Skip to content

Commit edaa589

Browse files
authored
fix
1 parent 00dba4a commit edaa589

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Diff for: README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Releases
1+
## Releases
22

3-
## 1.0 Docker to Rails using rbenv
3+
### 1.0 Docker to Rails using rbenv
44

55
Build several containers to run Rails Application, the main features are:
66

@@ -9,9 +9,9 @@ Build several containers to run Rails Application, the main features are:
99
- Using links and environment's variables in docker-compose.
1010
- Persist MySQL data in volumes.
1111

12-
### Build the project
12+
#### Build the project
1313

14-
Create container only data
14+
##### Create container only data
1515

1616
```
1717
docker run -v /var/lib/mysql --name mysql_data busybox true
@@ -21,17 +21,15 @@ Start containers with docker-composer
2121
docker-compose up
2222
```
2323

24-
### Database config
25-
26-
#### Create database
24+
##### Create database
2725
```
2826
docker-compose run web bundle exec rake db:create
2927
```
30-
#### Create tables
28+
##### Create tables
3129
```
3230
docker-compose run web bundle exec rake db:migrate
3331
```
34-
#### Import data test
32+
##### Import data test
3533
```
3634
docker-compose run web bundle exec rake db:seed
3735
```

0 commit comments

Comments
 (0)