mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Make UI more specific per printer type, hide settings
This commit is contained in:
14
test_printer/docker-compose.yml
Normal file
14
test_printer/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
printer:
|
||||
container_name: printer
|
||||
ports:
|
||||
- "7125:7125"
|
||||
- "8110:8110"
|
||||
image: ghcr.io/mainsail-crew/virtual-klipper-printer:master
|
||||
webui:
|
||||
container_name: mainsail
|
||||
volumes:
|
||||
- ./config.json:/usr/share/nginx/html/config.json:ro
|
||||
ports:
|
||||
- 6969:80
|
||||
image: ghcr.io/mainsail-crew/mainsail
|
||||
Reference in New Issue
Block a user