Is there an existing issue for this?
Current Behavior
after updating docker container, my LAN printer is not connected anymore.
It is necessary to reconnect it.
Volume /config is persistant.
Is this saved somewhere else?
Expected Behavior
No response
Steps To Reproduce
update docker
connect LAN printer
Environment
docker installed via Portainer on Ubuntu Server
CPU architecture
x86-64
Docker creation
services:
bambustudio:
image: lscr.io/linuxserver/bambustudio:latest
container_name: bambustudio
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- TZ=Europe/Berlin
- DARK_MODE=true #optional
volumes:
- XXXX:/config
ports:
- 3200:3000
- 3201:3001
- 8883:8883
shm_size: "2gb"
logging:
options:
max-size: 10m
Container logs
INFO:data_websocket:SUCCESS: Capture started for 'primary'.
INFO:data_websocket:Received STOP_VIDEO for 'primary'. Stopping stream.
INFO:data_websocket:Stopping all streams for display 'primary'...
[Wayland] Capture loop stopped.
INFO:data_websocket:Successfully stopped all streams for display 'primary'.
INFO:data_websocket:Video chunk sender for 'primary' cancelled.
INFO:data_websocket:Video chunk sender for 'primary' finished.
Is there an existing issue for this?
Current Behavior
after updating docker container, my LAN printer is not connected anymore.
It is necessary to reconnect it.
Volume /config is persistant.
Is this saved somewhere else?
Expected Behavior
No response
Steps To Reproduce
update docker
connect LAN printer
Environment
CPU architecture
x86-64
Docker creation
services: bambustudio: image: lscr.io/linuxserver/bambustudio:latest container_name: bambustudio environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - TZ=Europe/Berlin - DARK_MODE=true #optional volumes: - XXXX:/config ports: - 3200:3000 - 3201:3001 - 8883:8883 shm_size: "2gb" logging: options: max-size: 10mContainer logs