• Deutsch
  • English
  • Anmeldung OTOBO Community
+49 (0)9427 68 39 000
OTOBO
  • SOFTWARE
    • Software | Überblick
    • IT Service Management
    • Customer Service Management
    • Enterprise Service Management
    • Demo
    • Download
    • Dokumentation
  • SERVICES
    • Überblick Services
    • Beratung
    • Training
    • Entwicklung
    • OTRS Migration zu OTOBO
    • Support
    • Managed Service
    • Support-Portal
  • UNTERNEHMEN
    • Über uns
    • Karriere
    • Partner
    • Kontakt
    • Newsletter
  • RESSOURCEN
  • COMMUNITY
    • Open Source
    • Community Forum
    • Download
    • Dokumentation
    • OTOBO übersetzen
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü
Ansicht von 3 Antwort-Threads
  • Autor
    Beiträge
    • 21. Juni 2025 um 22:17 Uhr - Views: 647 #35346
      Pavel Mironov
      Teilnehmer

        :/opt/otobo-docker# docker-compose up –detach
        otobo_redis_1 is up-to-date
        otobo_db_1 is up-to-date
        otobo_elastic_1 is up-to-date
        Starting otobo_web_1 …
        Starting otobo_web_1 … error

        ERROR: for otobo_web_1 Cannot start service web: failed to set up container networking: driver failed programming external connectivity on endpoint otobo_web_1 (80166afb97995ffba0d54313833597e9d998047e7d9ab3d78c8ca2693831d96b): failed to bind host port for 0.0.0.0:80:172.18.0.5:5000/tcp: address already in use

        ERROR: for web Cannot start service web: failed to set up container networking: driver failed programming external connectivity on endpoint otobo_web_1 (80166afb97995ffba0d54313833597e9d998047e7d9ab3d78c8ca2693831d96b): failed to bind host port for 0.0.0.0:80:172.18.0.5:5000/tcp: address already in use
        ERROR: Encountered errors while bringing up the project.

        :/opt/otobo-docker# ss -tulnp
        Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
        udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:* users:((„avahi-daemon“,pid=593,fd=12))
        udp UNCONN 0 0 0.0.0.0:51241 0.0.0.0:* users:((„avahi-daemon“,pid=593,fd=14))
        udp UNCONN 0 0 [::]:5353 [::]:* users:((„avahi-daemon“,pid=593,fd=13))
        udp UNCONN 0 0 [::]:40153 [::]:* users:((„avahi-daemon“,pid=593,fd=15))
        udp UNCONN 0 0 [fe80::67c:16ff:fe72:ebac]%enp37s0:546 [::]:* users:((„NetworkManager“,pid=637,fd=28))
        tcp LISTEN 0 20 127.0.0.1:25 0.0.0.0:* users:((„exim4“,pid=1602,fd=4))
        tcp LISTEN 0 128 127.0.0.1:631 0.0.0.0:* users:((„cupsd“,pid=704,fd=7))
        tcp LISTEN 0 20 [::1]:25 [::]:* users:((„exim4“,pid=1602,fd=5))
        tcp LISTEN 0 128 [::1]:631 [::]:* users:((„cupsd“,pid=704,fd=6))
        tcp LISTEN 0 151 *:3306 *:* users:((„mysqld“,pid=971,fd=23))
        tcp LISTEN 0 70 *:33060 *:* users:((„mysqld“,pid=971,fd=18))
        tcp LISTEN 0 511 *:80 *:* users:((„/usr/sbin/apach“,pid=814,fd=4),(„/usr/sbin/apach“,pid=813,fd=4),(„/usr/sbin/apach“,pid=812,fd=4),(„/usr/sbin/apach“,pid=811,fd=4),(„/usr/sbin/apach“,pid=810,fd=4),(„/usr/sbin/apach“,pid=808,fd=4))

        Help me! :)

      • 22. Juni 2025 um 7:31 Uhr #35347
        Pavel Mironov
        Teilnehmer

          11.0.1

          :/opt/otobo-docker# docker-compose up –detach
          otobo_redis_1 is up-to-date
          otobo_db_1 is up-to-date
          otobo_elastic_1 is up-to-date
          Recreating 2c8924235899_otobo_web_1 … error

          ERROR: for 2c8924235899_otobo_web_1 No such image: sha256:2e160a91ed92809b8462e3a27e9124a57ad3cf1851b82739fb91f77ebae0e55d

          ERROR: for web No such image: sha256:2e160a91ed92809b8462e3a27e9124a57ad3cf1851b82739fb91f77ebae0e55d
          ERROR: The image for the service you’re trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

          Continue with the new image? [yN]
          ERROR: No such image: sha256:2e160a91ed92809b8462e3a27e9124a57ad3cf1851b82739fb91f77ebae0e55d

        • 22. Juni 2025 um 7:43 Uhr #35348
          Pavel Mironov
          Teilnehmer

            Debian 12

          • 30. Juni 2025 um 11:14 Uhr #35357
            Mike Thumes
            Teilnehmer

              Hi Pavel, hope you’re fine.

              looking at your first post it looks like you are already running a local apache httpd server on Port 80, and then try to run otobo-docker, which by default also tries to bind port 80 for its nginx instance, causing the conflict.

              Things to try: Either shutdown the apache server first and try again, or modify the public HTTP port for otobo-docker – for the latter please have a look at your .env file in the otobo-docker root folder and modify the OTOBO_WEB_HTTP_PORT and/or OTOBO_WEB_HTTPS_PORT variables.

              The second one looks strange, looks like some problem with downloaded images (or have you modified the images as well?).

              Things to try: run docker compose pull in the otobo-docker folder, which should bring downloaded images to the newest version. If the error persist try to clean up your local docker cache with https://docs.docker.com/reference/cli/docker/image/prune/ .

              Hope this helps!

              kind regards,
              -mike

              • Diese Antwort wurde vor 1 Jahr, 1 Monat von Mike Thumes geändert.
          • Autor
            Beiträge
          Ansicht von 3 Antwort-Threads
          • Du musst angemeldet sein, um auf dieses Thema antworten zu können.

          Foren durchsuchen

          Anmeldung

          Anmeldung

          Konto erstellen
          Passwort vergessen?

          Login via Social

          Profil

          Bitte vervollständigen Sie nach der Registrierung Ihr Profil, das vereinfacht die spätere Kommunikation enorm. Ihre Profileinstellung finden Sie, wenn Sie auf Ihr Avatarbild klicken.

          Sie können Ihren Avatar ändern, indem Sie sich mit Ihrer E-Mail-Adresse unter gravatar.com registrieren.

          Letzte Aktivitäten

          • FAQ: kaputtes Copy & Paste von Bildern zwischen Artikeln
          • Dynamische Felder in AgentTicketNote mit ACL verstecken
          • Benachrichtigung „Ticket wurde mir entzogen“ möglich?
          • Statistik Anzahl Tickets pro Agent
          • Docker: Ändern des redis Hosts

          Unternehmen

          Über uns
          Karriere
          Stellenbörse
          Partner werden
          Kontakt
          Newsletter

          OTOBO | Simplify work and create exceptional service experiences.

          Die Source Code Owner und Maintainer hinter OTOBO.

          Software

          Service Management-Plattform
          OTOBO Demo
          OTOBO Download
          OTOBO Dokumentation

          Security-Problem melden:
          security@otobo.org

          Services

          Support-Portal
          Beratung
          Training
          Support
          Managed Services
          Erweiterung
          OTRS Migration
          Partner finden

          Community

          Open Source
          Community Forum
          Mitmachen
          OTOBO Developer
          OTOBO@GitHub

          © 2026 Rother OSS GmbH | All rights reserved.
          • Cookie-Einstellungen
          • Impressum
          • Datenschutz
          • Haftungsausschluss
          Nach oben scrollen Nach oben scrollen Nach oben scrollen