Skip to content

Commit

Permalink
fix env var formatting in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwbrannon committed Sep 25, 2024
1 parent 54c0722 commit 14eade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
GROUPID: "${GROUPID:-0}"
user: "${USERID:-0}:${GROUPID:-0}"
environment:
- MODE="${MODE:-run}"
- MODE=${MODE:-run}
container_name: streamlit
hostname: streamlit
networks:
Expand Down

0 comments on commit 14eade7

Please sign in to comment.