Skip to content

Commit 3768843

Browse files
committed
2023-07-19 timescaledb - master branch
[Discord](https://discord.com/channels/638610460567928832/638610461109256194/1131148827773112330) post led to discovery of missing `$` in service definition. Signed-off-by: Phill Kelley <[email protected]>
1 parent 8ea2590 commit 3768843

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)