mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
docker: pin postgres version to 11
Closes #213. PostgreSQL v11's end of life is November 9th, 2023
This commit is contained in:
@ -42,7 +42,7 @@ services:
|
||||
ports:
|
||||
- "${PORT}:80"
|
||||
sql:
|
||||
image: postgres:alpine
|
||||
image: postgres:11-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER:
|
||||
|
Reference in New Issue
Block a user