Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat authored Jul 24, 2024
1 parent c8f873c commit 2dc24dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
- TZ=Europe/Amsterdam
- RIVEN_DATABASE_HOST=sqlite:////riven/data/media.db
volumes:
- ./riven-data:/riven/data
- ./data:/riven/data
- /mnt:/mnt
```
Expand Down Expand Up @@ -146,7 +146,7 @@ services:
timeout: 10s
retries: 10
volumes:
- ./riven-data:/riven/data
- ./data:/riven/data
- /mnt:/mnt
depends_on: # Add # before all {depend: riven_postgress} lines when using SQLite
riven_postgres:
Expand Down

0 comments on commit 2dc24dc

Please sign in to comment.