docker: pin postgres version to 11
Closes #213. PostgreSQL v11's end of life is November 9th, 2023
This commit is contained in:
parent
26127eaaf5
commit
765e1a711b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "${PORT}:80"
|
- "${PORT}:80"
|
||||||
sql:
|
sql:
|
||||||
image: postgres:alpine
|
image: postgres:11-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER:
|
POSTGRES_USER:
|
||||||
|
|
Loading…
Reference in a new issue