Skip to content

Commit

Permalink
fixed docker-compose.yml in README (ytti#2703)
Browse files Browse the repository at this point in the history
* fixed docker-compose.yml
* Update README.md
  • Loading branch information
Smasherr authored and nickhilliard committed Jun 15, 2023
1 parent 654fda8 commit c802c41
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,9 @@ services:
environment:
CONFIG_RELOAD_INTERVAL: 600
volumes:
- config:/home/oxidized/.config/oxidized/config
- router.db:/home/oxidized/.config/oxidized/router.db
- model:/home/oxidized/.config/oxidized/model
# if git is use as input
- data:/home/oxidized/.config/oxidized/backupcfg/

- config:/home/oxidized/.config/oxidized/
volumes:
config:
```

Create the `/etc/oxidized/router.db` (see [CSV Source](docs/Sources.md#source-csv) for further info):
Expand Down

0 comments on commit c802c41

Please sign in to comment.