Skip to content

Commit

Permalink
Fix configuration file path in docker run example
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Oct 11, 2023
1 parent 18dd4ea commit e5c5deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Run as a binary using a configuration file

Run in a container with a custom configuration file
```bash
docker run -d -p 8080:8080 -v custom_config.yml:/config.yml --name backup-service backup-service "-lINFO"
docker run -d -p 8080:8080 -v custom_config.yml:/app/config.yml --name backup-service backup-service "-lINFO"
```

Example configuration files can be found in the [config](./cmd/backup/config/) folder.

0 comments on commit e5c5deb

Please sign in to comment.