File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ docker run -d \
3030 --restart unless-stopped \
3131 -p 8000:8000 \
3232 -p 8001:8001 \
33- -v ./data/sqlbot/excel :/opt/sqlbot/data/excel \
33+ -v ./data/sqlbot/data :/opt/sqlbot/data \
3434 -v ./data/sqlbot/images:/opt/sqlbot/images \
35- -v ./data/sqlbot/logs:/opt/sqlbot/logs \
35+ -v ./data/sqlbot/logs:/opt/sqlbot/app/ logs \
3636 -v ./data/postgresql:/var/lib/postgresql/data \
3737 --privileged=true \
3838 dataease/sqlbot
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ services:
2828 LOG_LEVEL : " INFO"
2929 SQL_DEBUG : False
3030 volumes :
31- - ./data/sqlbot/excel :/opt/sqlbot/data/excel
31+ - ./data/sqlbot/data :/opt/sqlbot/data
3232 - ./data/sqlbot/images:/opt/sqlbot/images
33- - ./data/sqlbot/logs:/opt/sqlbot/logs
33+ - ./data/sqlbot/logs:/opt/sqlbot/app/ logs
3434 - ./data/postgresql:/var/lib/postgresql/data
3535
3636networks :
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ services:
1111 env_file :
1212 - conf/sqlbot.conf
1313 volumes :
14- - ./data/sqlbot/excel :/opt/sqlbot/data/excel
14+ - ./data/sqlbot/data :/opt/sqlbot/data
1515 - ./data/sqlbot/images:/opt/sqlbot/images
16- - ./data/sqlbot/logs:/opt/sqlbot/logs
16+ - ./data/sqlbot/logs:/opt/sqlbot/app/ logs
1717 - ./data/postgresql:/var/lib/postgresql/data
1818
1919networks :
You can’t perform that action at this time.
0 commit comments