Skip to content

Commit b40eb3d

Browse files
fix: docker volume path error
1 parent c072bd2 commit b40eb3d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

installer/sqlbot/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)