Docker - update postgres container configuration
This commit is contained in:
parent
e563939c66
commit
e9befd0a50
@ -19,11 +19,12 @@ version: '2.2'
|
||||
services:
|
||||
postgres:
|
||||
restart: always
|
||||
image: "postgres:10"
|
||||
image: "postgres:11.6"
|
||||
ports:
|
||||
- "5432"
|
||||
environment:
|
||||
POSTGRES_DB: thingsboard
|
||||
POSTGRES_PASSWORD: postgres
|
||||
volumes:
|
||||
- ./tb-node/postgres:/var/lib/postgresql/data
|
||||
tb1:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user