mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
updated docker file
This commit is contained in:
parent
feade2d882
commit
e0ff5a9fbe
@ -6,11 +6,10 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./data:/srv/help
|
||||||
- ./data:/srv/data
|
- ./data:/srv/data
|
||||||
- ./data/.parisneo:/root/.parisneo/
|
- ./data/.parisneo:/root/.parisneo/
|
||||||
- ./models:/srv/models
|
|
||||||
- ./configs:/srv/configs
|
- ./configs:/srv/configs
|
||||||
- ./personalities:/srv/personalities
|
|
||||||
- ./web:/srv/web
|
- ./web:/srv/web
|
||||||
ports:
|
ports:
|
||||||
- "9600:9600"
|
- "9600:9600"
|
||||||
|
Loading…
Reference in New Issue
Block a user