Skip to content

Commit d826ad3

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 57729a0 + 2929fbd commit d826ad3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

docker-compose.yaml

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

3636
networks:

installer/sqlbot/docker-compose.yml

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

1919
networks:

0 commit comments

Comments
 (0)