mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
bring postgres image to version 9.6 in docker
This commit is contained in:
parent
7f38d6bc8f
commit
945cbedc72
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
- back
|
||||
|
||||
postgres:
|
||||
image: postgres:9
|
||||
image: postgres:9.6
|
||||
environment:
|
||||
- POSTGRES_USER=newsblur
|
||||
- POSTGRES_PASSWORD=newsblur
|
||||
|
|
Loading…
Add table
Reference in a new issue