Correct info linked to new image and add config.json file
This commit is contained in:
+7
-2
@@ -4,7 +4,7 @@ services:
|
||||
container_name: init-mcpo
|
||||
user: '0'
|
||||
command: >
|
||||
sh -c "cp -fu /sources/config.yaml /app/"
|
||||
sh -c "cp -fu /sources/config.json /app/"
|
||||
volumes:
|
||||
- ./sources:/sources
|
||||
# Chemin des stacks pour Hawser sous Ubuntu
|
||||
@@ -17,9 +17,14 @@ services:
|
||||
- mcponet
|
||||
|
||||
mcpo:
|
||||
image: ghcr.io/open-webui/mcpo:latest
|
||||
image: ghcr.io/open-webui/mcpo:main
|
||||
container_name: mcpo
|
||||
restart: always
|
||||
environment:
|
||||
port: 8000
|
||||
api-key: "top-secret"
|
||||
command:
|
||||
- "--config /app/config.json"
|
||||
ports:
|
||||
- "8888:8000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user