This commit is contained in:
crusader 2018-07-03 18:43:03 +09:00
parent d23f5ebb4b
commit 676c6ef321

View File

@ -2,7 +2,7 @@ version: '3.1'
services:
postgres:
image: postgres:9.6-alpine
image: postgres:9-alpine
container_name: postgres
hostname: postgres
restart: always
@ -108,7 +108,7 @@ services:
networks:
- overflow
depends_on:
- postgresql
- postgres
- redis
- kafka1
- influxdb