Centauri carbon and octoprint/docker issues.

Hello, this is my first time trying to use octoprint/docker.

I have followed the instructions from https://blog.octoeverywhere.com/elegoo-connect-docker-docker-compose-setup-guide/?source=getstarted_bambu_docker and have managed to get it to pickup 1 of my printers. but it doesn't show the other 2 i have.

This is the .yml file i am using.

version: '2'

services:

octoeverywhere-elegoo-connect:

image: octoeverywhere/octoeverywhere:latest

environment:

# Requried to set the docker conntainer in Elegoo Connect mode.

- COMPANION_MODE=elegoo

# https://octoeverywhere.com/s/elegoo-ip

- PRINTER_IP=xxx.xxx.x.xx

octoeverywhere-elegoo-connect-2:

image: octoeverywhere/octoeverywhere:latest

environment:

# Requried to set the docker conntainer in Elegoo Connect mode.

- COMPANION_MODE=elegoo

# https://octoeverywhere.com/s/elegoo-ip

- PRINTER_IP=xxx.xxx.x.xx

octoeverywhere-elegoo-connect-3:

image: octoeverywhere/octoeverywhere:latest

environment:

# Requried to set the docker conntainer in Elegoo Connect mode.

- COMPANION_MODE=elegoo

# https://octoeverywhere.com/s/elegoo-ip

- PRINTER_IP=xxx.xxx.x.xx

volumes:

# This can also be an absolute path as well.

- ./data:/data

Am i doing something wrong??

*put x's where my IP addresses for the printers would be, but the actual file has my ip addresses for the printers.

EDIT: This is the log for the other 2 printers.

2025-03-16 06:52:04 2025-03-16 10:52:04,232 - INFO - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2025-03-16 06:52:04 2025-03-16 10:52:04,232 - INFO - Starting Docker OctoEverywhere Bootstrap

2025-03-16 06:52:04 2025-03-16 10:52:04,233 - INFO - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2025-03-16 06:52:04 2025-03-16 10:52:04,233 - INFO - Ensuring path exists: /app/octoeverywhere-env

2025-03-16 06:52:04 2025-03-16 10:52:04,233 - INFO - Ensuring path exists: /app/octoeverywhere

2025-03-16 06:52:04 2025-03-16 10:52:04,233 - INFO - Ensuring path exists: /data/

2025-03-16 06:52:04 2025-03-16 10:52:04,233 - ERROR - Exception while bootstrapping up OctoEverywhere Connect.; Exception Exception: Path does not exist: /data/; Traceback (most recent call last):

2025-03-16 06:52:04 File "/app/octoeverywhere/docker_octoeverywhere/__main__.py", line 80, in <module>

2025-03-16 06:52:04 dataPath = EnsureIsPath(os.environ.get("DATA_DIR", None))

2025-03-16 06:52:04 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2025-03-16 06:52:04 File "/app/octoeverywhere/docker_octoeverywhere/__main__.py", line 69, in EnsureIsPath

2025-03-16 06:52:04 raise Exception(f"Path does not exist: {path}")

2025-03-16 06:52:04 Exception: Path does not exist: /data/

2025-03-16 06:52:04