Remove build instructions from bambuddy service in compose.yaml for clarity
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
bambuddy:
|
bambuddy:
|
||||||
image: ghcr.io/maziggy/bambuddy:latest
|
image: ghcr.io/maziggy/bambuddy:latest
|
||||||
build: .
|
|
||||||
# Usage:
|
|
||||||
# docker compose up -d → pulls pre-built image
|
|
||||||
# docker compose up -d --build → builds from source
|
|
||||||
container_name: bambuddy
|
container_name: bambuddy
|
||||||
network_mode: host # Recommended for automatic printer discovery
|
network_mode: host # Recommended for automatic printer discovery
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user