Skip to content

Commit

Permalink
Merge pull request #212 from diego-vieira/patch-1
Browse files Browse the repository at this point in the history
Instructions to replace default parameters file
  • Loading branch information
baamenabar committed Aug 5, 2019
2 parents 04faba0 + 2de9ac7 commit 299002a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -131,6 +131,14 @@ Start the container
```bash
docker run -itd -p 8080:80 flyimg/flyimg-build
```

To use custom parameters, make a copy of [parameters.yml](https://github.com/flyimg/flyimg/blob/master/config/parameters.yml) to your current directory. Update to suit your needs and run the command with volume parameter to replace the original parameters file.

```bash
docker run -itd -p 8080:80 -v $(pwd)/parameters.yml:/var/www/html/config/parameters.yml flyimg/flyimg-build
```


Check [how to provision the application](#how-to-provision-the-application-on)

# Installation [Development Mode]
Expand Down

0 comments on commit 299002a

Please sign in to comment.