File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ docker run -d \
3131 -p 8000:8000 \
3232 -p 8001:8001 \
3333 -v ./data/sqlbot/excel:/opt/sqlbot/data/excel \
34+ -v ./data/sqlbot/file:/opt/sqlbot/data/file \
3435 -v ./data/sqlbot/images:/opt/sqlbot/images \
3536 -v ./data/sqlbot/logs:/opt/sqlbot/app/logs \
3637 -v ./data/postgresql:/var/lib/postgresql/data \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ services:
3030 SQL_DEBUG : False
3131 volumes :
3232 - ./data/sqlbot/excel:/opt/sqlbot/data/excel
33+ - ./data/sqlbot/file:/opt/sqlbot/data/file
3334 - ./data/sqlbot/images:/opt/sqlbot/images
3435 - ./data/sqlbot/logs:/opt/sqlbot/app/logs
3536 - ./data/postgresql:/var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
1313 - conf/sqlbot.conf
1414 volumes :
1515 - ./data/sqlbot/excel:/opt/sqlbot/data/excel
16+ - ./data/sqlbot/file:/opt/sqlbot/data/file
1617 - ./data/sqlbot/images:/opt/sqlbot/images
1718 - ./data/sqlbot/logs:/opt/sqlbot/app/logs
1819 - ./data/postgresql:/var/lib/postgresql/data
You can’t perform that action at this time.
0 commit comments