Skip to content

Commit 6573eae

Browse files
authored
Merge pull request #725 from Paraphraser/20230719-timescaledb-master
2023-07-19 timescaledb - master branch
2 parents 0df318a + 3768843 commit 6573eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/timescaledb/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ timescaledb:
44
restart: unless-stopped
55
environment:
66
- POSTGRES_USER=${IOTSTACK_TIMESCALEDB_USER:-postgres}
7-
- POSTGRES_PASSWORD={IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
7+
- POSTGRES_PASSWORD=${IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
88
- POSTGRES_DB=postdb
99
ports:
1010
- "${IOTSTACK_TIMESCALEDB_PORT_INT:-5433}:5432"

0 commit comments

Comments
 (0)