mirror of
https://gitea.com/jwobith/docker-gitea.git
synced 2025-07-14 03:54:35 +00:00
bump postgres to latest version
This commit is contained in:
@ -87,7 +87,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
db:
|
||||
restart: unless-stopped
|
||||
image: postgres:9.6
|
||||
image: postgres:14.5
|
||||
container_name: db
|
||||
environment:
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
|
Reference in New Issue
Block a user