Skip to content

[Bug] wrong docker compose path for postgres v18 #8215

@FollowTheWizard

Description

@FollowTheWizard

Describe the bug

Docker/freshrss/docker-compose-db.yml

that file hast the wrong path in with v18

old:
volumes:
- db:/var/lib/postgresql/data

new:
volumes:
- db:/var/lib/postgresql/18/docker

To Reproduce

old:
volumes:
- db:/var/lib/postgresql/data

new:
volumes:
- db:/var/lib/postgresql/18/docker

Expected behavior

No response

FreshRSS version

latest

System information

not needed

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions