Docker Compose | can not reach UI with presets

  • Used Zammad version: 5.4.1-28
  • Used Zammad installation type: docker-compose
  • Operating system: win11
  • Browser + version: edge, chrome (newest)

Expected behavior:

Dear users,
i want to know, if the zammad-docker-compose-Image is ready to use.
I’ve started the compose.yml without changing any variables and settings.
Is that a legit approach?

Actual behavior:

I can not reach the UI via
http://127.0.0.1:8080.

All containers are running fine, despite “zammad-init-1”.
It is exiting after a short while. Is this the way, it should behave?

What you’re describing sounds about right. init container stops by itself after a while.

Just to be clear, are you running zammad-docker-compose via Docker Desktop, installed on a Windows 11 PC?

I’ve never tried running Zammad using Windows as a docker host, but I don’t see any reason why it wouldn’t work. I just tried it on a freshly installed Windows 10 VM and it seems OK.

There might be some configuration issue on the Windows host or the docker install.

Steps taken:

  • Installed fresh VM of Windows 10 Pro 22H2
  • Installed all Windows updates
  • Installed Docker Desktop
  • During setup, chose to run Docker in WSL2 rather than HyperV (not sure if relevant)
  • Installed git
  • Ran the following commands in Powershell:
cd ~
git clone https://github.com/zammad/zammad-docker-compose
cd ./zammad-docker-compose
docker compose up -d
  • After waiting a while, the init container stopped, and I was able to load up the Zammad “getting started” page at http://127.0.0.1:8080

1 Like

Thank you for your effort. It works fine.

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.