updated docker compose files
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.0'
|
||||
services:
|
||||
mytb:
|
||||
restart: unless-stopped
|
||||
image: "thingsboard/tb-postgres"
|
||||
image: "thingsboard/tb-postgres:latest"
|
||||
ports:
|
||||
- "9090:9090"
|
||||
- "1883:1883"
|
||||
@@ -15,5 +15,5 @@ services:
|
||||
- things_board_log:/var/log/thingsboard
|
||||
|
||||
volumes:
|
||||
things_board_data:
|
||||
things_board_log:
|
||||
things_board_data:
|
||||
things_board_log:
|
||||
|
||||
Reference in New Issue
Block a user