mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-07 05:07:18 +02:00
Fix invalid yaml
This fixes the error ``` ERROR: yaml.parser.ParserError: while parsing a block collection in "./docker-compose.yml", line 80, column 7 expected <block end>, but found '?' in "./docker-compose.yml", line 81, column 7 ``` when you run ``` docker-compose pull && docker-compose up ```
This commit is contained in:
@@ -78,12 +78,12 @@ services:
|
||||
container_name: mainsail
|
||||
ports:
|
||||
- 8011:80
|
||||
depends_on:
|
||||
- klipper
|
||||
# - klipper_another_printer
|
||||
depends_on:
|
||||
- klipper
|
||||
# - klipper_another_printer
|
||||
links:
|
||||
- klipper:klipper
|
||||
# - klipper_another_printer:klipper_another_printer
|
||||
|
||||
volumes:
|
||||
gcode_files:
|
||||
gcode_files:
|
||||
|
||||
Reference in New Issue
Block a user