Hi Stefan,
I was providing the version of the operating system which is Ubuntu 22.04 LTS.
The version of eGroupWare I have in my docker-compose.yml is
image: egroupware/egroupware:21.1
The docker-compose downloaded based on https://github.com/EGroupware/egroupware/blob/master/doc/docker/README.md has
image: egroupware/egroupware:22.1
but that throws an error indicating that the version is not available.
The 22.1 is also in the GitHub code base:
That is the only change I made to a “vanilla” docker installation.
I executed the suggested code in the Quick Instructions in https://github.com/EGroupware/egroupware/blob/master/doc/docker/README.md
Received the error that 22.1 image was not available, edited the docker-compose.yml to downgrade the image version to 21.1 (I had seen that the released code on GitHub was 21.1.xxxx), and then reran the docker-compose
.
All the docker images downloaded and most services started up, but the process produced the error about the database permissions.