1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #108] [Bug]: Unable to run on another both in host network mode #56

Closed
opened 2026-05-07 00:05:47 +02:00 by BreizhHardware · 3 comments

Originally created by @idarkside on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/108

Originally assigned to: @maziggy on GitHub.

Bug Description

Unable to run as network_mode: host and select a differant port

Expected Behavior

Run on another port to avoid conflicts with other apps on host

Steps to Reproduce

Existing App On Port 8000
Deploy compose
Start container

Printer Model

X1 Carbon

Bambuddy Version

0.1.6b9

Printer Firmware Version

NA

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs


Screenshots

No response

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
Originally created by @idarkside on GitHub (Jan 19, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/108 Originally assigned to: @maziggy on GitHub. ### Bug Description Unable to run as network_mode: host and select a differant port ### Expected Behavior Run on another port to avoid conflicts with other apps on host ### Steps to Reproduce Existing App On Port 8000 Deploy compose Start container ### Printer Model X1 Carbon ### Bambuddy Version 0.1.6b9 ### Printer Firmware Version NA ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs ```shell ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode
BreizhHardware 2026-05-07 00:05:47 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@mathse commented on GitHub (Jan 19, 2026):

For this to work you need to disable network mode in the docker-compose.yml and expose the internal port 8000 to something unused.
AFAIK you will lose the virtual printer... But I am not sure

<!-- gh-comment-id:3769985223 --> @mathse commented on GitHub (Jan 19, 2026): For this to work you need to disable network mode in the docker-compose.yml and expose the internal port 8000 to something unused. AFAIK you will lose the virtual printer... But I am not sure
Author
Owner

@RyanEwen commented on GitHub (Jan 19, 2026):

I had this issue as well. Was hoping to set an ENV var to change the port that the app runs on within the container, so that we could still use host_networking when another app is on 8000

<!-- gh-comment-id:3770153565 --> @RyanEwen commented on GitHub (Jan 19, 2026): I had this issue as well. Was hoping to set an ENV var to change the port that the app runs on within the container, so that we could still use host_networking when another app is on 8000
Author
Owner

@maziggy commented on GitHub (Jan 20, 2026):

Added env variable support for custom network port. Please use branch 0.1.6b10.

Docs -> https://wiki.bambuddy.cool/getting-started/docker/?h=port#custom-port

<!-- gh-comment-id:3772319489 --> @maziggy commented on GitHub (Jan 20, 2026): Added env variable support for custom network port. Please use branch 0.1.6b10. Docs -> https://wiki.bambuddy.cool/getting-started/docker/?h=port#custom-port
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#56
No description provided.