-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
Bug (unconfirmed)issues that could not be reproduced yetissues that could not be reproduced yetDocker 🐋Everything related to DockerEverything related to DockerDocumentation 📚
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug (unconfirmed)issues that could not be reproduced yetissues that could not be reproduced yetDocker 🐋Everything related to DockerEverything related to DockerDocumentation 📚