mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:23:08 +02:00
Bump Postgres 12.2 to 15.x on docker-compose.yml (#9641)
This commit is contained in:
parent
79212bbd37
commit
57b1fe44d4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:12.2-alpine
|
image: postgres:15-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Reference in a new issue