Skip to content

Commit 9f62ac4

Browse files
Update volume path for SQLBot data
1 parent c3bc668 commit 9f62ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
LOG_LEVEL: "INFO"
2929
SQL_DEBUG: False
3030
volumes:
31-
- ./data/sqlbot/data:/opt/sqlbot/data
31+
- ./data/sqlbot/excel:/opt/sqlbot/data/excel
3232
- ./data/sqlbot/images:/opt/sqlbot/images
3333
- ./data/sqlbot/logs:/opt/sqlbot/app/logs
3434
- ./data/postgresql:/var/lib/postgresql/data

0 commit comments

Comments
 (0)