We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725bda0 commit 1fe5c22Copy full SHA for 1fe5c22
1 file changed
README.md
@@ -22,7 +22,7 @@ In the root of your project, next to the `Dockerfile`, you will need a JSON file
22
```json
23
{
24
"project": "project-name-here",
25
- "port": "<host>:<container>",
+ "port": "host:container",
26
"db": {
27
"type": "mysql-or-postgres",
28
"name": "database-name",
0 commit comments