fix service name
This commit is contained in:
parent
f2b5305096
commit
170ab36bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ There is a rudimentary docker-compose configuration for production usage (`docke
|
||||||
```
|
```
|
||||||
1. Setup the database (only once)
|
1. Setup the database (only once)
|
||||||
```
|
```
|
||||||
docker-compose -f docker-compose.yml.production-example run --rm osem bundle exec rake db:bootstrap
|
docker-compose -f docker-compose.yml.production-example run --rm production_web bundle exec rake db:bootstrap
|
||||||
```
|
```
|
||||||
1. Start the services
|
1. Start the services
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue