tiredofit / docker-fusiondirectory

Dockerized web based LDAP manager
MIT License
48 stars 18 forks source link

nginx: [emerg] unknown log format "specialLog" in /etc/nginx/conf.d/default.conf:7 #18

Closed Anganthier closed 4 years ago

Anganthier commented 4 years ago

2019-12-23: Used the example docker-compose.yml file to start the fusiondirectory-app.

I am getting the above error while starting nginx. I guess it has something to to with the update of the base image a couple of days ago.

tiredofit commented 4 years ago

No problem, let me fix this up immediately.

tiredofit commented 4 years ago

I've just pushed tag 2.0.0 and :latest to Docker hub for building. Sorry about this, I had meant to update all images to support the new base image but missed out on this one.

Anganthier commented 4 years ago

Hi, thanks. Nginx is starting now.

Now I am missing the plugins like personal, dns or mail.

I am not sure if it's the same or a new one: While starting I am gettting:

tiredofit commented 4 years ago

Alright. Let me spin up a local copy here and see whats happening. It's been a while since I have done a new build and some could be related to either the new base image (likely) or their source tree (just as likey). I'll need an hour and a half.

tiredofit commented 4 years ago

Alright, that is embarrassing. I'm building 2.0.1 and latest and also reverting back to PHP 7.2 as am seeing some warnings that need to be dealt with upstream. Cause is that I wasn't calling a variable properly. Tested on our Dev system and functioning as expected.

Anganthier commented 4 years ago

Just tested it, seems to work now. Plugins are working.