mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Improve README
This commit is contained in:
parent
36f4e95cfa
commit
1f37e0f2cf
@ -68,8 +68,8 @@ Now you can access the API at
|
||||
http://localhost:8080
|
||||
```
|
||||
|
||||
In production, create a [`.env`](.env.example) file in the project root first and then run above Docker commands with the production configuration file. For instance
|
||||
In production, create a [`.env`](.env.example) file in the project root and run with
|
||||
|
||||
```bash
|
||||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
|
||||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user