nagimov / agendav-docker

Docker image for agendav
MIT License
28 stars 14 forks source link

"Internal server error" after logon AgenDAV #20

Open mailliwal opened 1 year ago

mailliwal commented 1 year ago

`version: '2'

services: baikal: container_name: baikal image: ckulka/baikal:nginx restart: always ports:

volumes: config: data: db:

networks: baikal_net: external: true name: baikal_network`

mailliwal commented 1 year ago

Succeed to deploy baikal, mariadb & agenDAV.

Once logon with created user in AgenDAV, "Internal Server Error" showed.

Otherwise, below msg showed for AgenDAV. "AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.22.22.92. Set the 'ServerName' directive globally to suppress this message"

What should I fix it ?

Thanks