Skip to content

Commit 08645db

Browse files
committed
DIR sets volume mapping also
1 parent da0ebda commit 08645db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/streamlit_deploy/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ services:
99
- REPO=${REPO}
1010
- DIR=${DIR}
1111
- ENTRY=${ENTRY}
12+
volumes:
13+
- ${DIR}:${DIR}
1214
ports:
1315
- :8501
1416
restart: unless-stopped

0 commit comments

Comments
 (0)