File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ docker run -d \
3232 -p 8001:8001 \
3333 -v ./data/sqlbot/excel:/opt/sqlbot/data/excel \
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 @@ -30,7 +30,7 @@ services:
3030 volumes :
3131 - ./data/sqlbot/excel:/opt/sqlbot/data/excel
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 @@ -13,7 +13,7 @@ services:
1313 volumes :
1414 - ./data/sqlbot/excel:/opt/sqlbot/data/excel
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