fix: remove repository-local server configuration paths
This commit is contained in:
+1
-3
@@ -19,11 +19,9 @@ services:
|
||||
- runtime
|
||||
expose:
|
||||
- "8787"
|
||||
environment:
|
||||
YOI_BROWSER_PUBLIC_URL: "${YOI_BROWSER_PUBLIC_URL:-http://localhost:8080}"
|
||||
volumes:
|
||||
- server-data:/server-data
|
||||
- ./docker/workspace:/workspace:ro
|
||||
- /etc/yoi/server.toml:/server-config/server.toml:ro
|
||||
|
||||
webui:
|
||||
image: yoi-webui:latest
|
||||
|
||||
Reference in New Issue
Block a user