mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
Update docker-compose.yaml
This commit is contained in:
parent
4155243cbc
commit
76456e7962
@ -5,9 +5,9 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- BASE_IMAGE=python:3.10
|
- BASE_IMAGE=python:3.11
|
||||||
ports:
|
ports:
|
||||||
- 9601:9601
|
- 9601:9601
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user