2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Revert postgres version to 13 (#7717)

* Adjust playwright test

* Update docker compose for devcontainer

* Revert docker container changes

* Update notes

* Revert base alpine version
This commit is contained in:
Oliver
2024-07-24 11:02:25 +10:00
committed by GitHub
parent d46ed4af6f
commit d5afc37264
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
db:
image: postgres:14
image: postgres:13
restart: unless-stopped
expose:
- 5432/tcp