fix service name

This commit is contained in:
eladeyal-intel 2021-11-08 16:03:39 +02:00 committed by GitHub
parent f2b5305096
commit 170ab36bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ There is a rudimentary docker-compose configuration for production usage (`docke
```
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
```