mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-09-17 03:41:21 +08:00
10 lines
279 B
YAML
10 lines
279 B
YAML
services:
|
|
octoeverywhere:
|
|
image: octoeverywhere/octoeverywhere:latest
|
|
network_mode: host
|
|
environment:
|
|
- COMPANION_MODE=klipper
|
|
- PRINTER_IP=127.0.0.1
|
|
- TZ=Australia/Perth
|
|
volumes:
|
|
- /home/fern/docker/data/octoeverywhere/data:/data
|