Skip to content

Commit b7fed97

Browse files
committed
testing volume map with DIR
1 parent 08645db commit b7fed97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/streamlit_deploy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- DIR=${DIR}
1111
- ENTRY=${ENTRY}
1212
volumes:
13-
- ${DIR}:${DIR}
13+
- ${DIR:-/dev/null}:${DIR:-/dev/null}
1414
ports:
1515
- :8501
1616
restart: unless-stopped

0 commit comments

Comments
 (0)