updated docker compose files

This commit is contained in:
2024-11-05 13:48:34 +01:00
parent 72d4b93fdf
commit 493d5dde42
6 changed files with 18 additions and 18 deletions

View File

@@ -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: