Skip to content

Commit

Permalink
Merge pull request #4057 from GeotrekCE/clean_unused_docker_compose_v…
Browse files Browse the repository at this point in the history
…olume

Remove unused volume in prod compose file
  • Loading branch information
marcantoinedupre committed Apr 10, 2024
2 parents ed85264 + 5fec38f commit 02113ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker/install/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ services:
- redis

volumes:
postgres:
redis:
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CHANGELOG
**Bug fixes**

- Fix OptionalRangeFilter and CustomDateFromToRangeFilter labels translation (fixes #3852)
- Remove unused `postgres` volume in docker compose file for production

**Documentation**

Expand Down

0 comments on commit 02113ab

Please sign in to comment.