Skip to content

Commit f0669ad

Browse files
authored
Fix SUPASS environment variable in docker-compose-dl-streamer-example (#596)
1 parent 94a0cee commit f0669ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_data/docker-compose-dl-streamer-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
start_period: 10s
116116
environment:
117117
- EXAMPLEDB=/home/scenescape/SceneScape/sample_data/exampledb.tar.bz2
118-
- SUPASS
118+
- SUPASS=${SUPASS}
119119
cap_add:
120120
- SYS_ADMIN
121121
devices:

0 commit comments

Comments
 (0)