Skip to content

Commit 6d71c77

Browse files
Add port mapping for 8001 in Docker run command
1 parent 6183228 commit 6d71c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ docker run -d \
2626
--name sqlbot \
2727
--restart unless-stopped \
2828
-p 8000:8000 \
29+
-p 8001:8001 \
2930
-v ./data/sqlbot/excel:/opt/sqlbot/data/excel \
3031
-v ./data/sqlbot/images:/opt/sqlbot/images \
3132
-v ./data/sqlbot/logs:/opt/sqlbot/logs \

0 commit comments

Comments
 (0)