Skip to content

Commit

Permalink
Create default miniflux db
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 authored and fguillot committed Dec 31, 2023
1 parent 8fe289c commit a1879ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/docker-compose/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
environment:
- POSTGRES_USER=miniflux
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=miniflux
volumes:
- miniflux-db:/var/lib/postgresql/data
healthcheck:
Expand Down

0 comments on commit a1879ea

Please sign in to comment.