Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

harbor not starting with docker-compose up, v1.6.3 (upgrade from 1.5.1) #11707

Closed
Vox1984 opened this issue Apr 23, 2020 · 2 comments
Closed

Comments

@Vox1984
Copy link

Vox1984 commented Apr 23, 2020

Harbor v1.6.3 refuses to start, complaining about syslog logdriver:

harbor]# docker-compose up
Creating network "harbor_harbor" with the default driver
Creating harbor-log ... done
Creating redis              ... done
Creating registry           ... done
Creating harbor-db          ... done
Creating harbor-adminserver ... done
Creating harbor-ui          ... done
Creating nginx              ... done
Creating harbor-jobservice  ... done
Attaching to harbor-log, harbor-db, registry, harbor-adminserver, redis, harbor-ui, harbor-jobservice, nginx
harbor-db      | WARNING: no logs are available with the 'syslog' log driver
registry       | WARNING: no logs are available with the 'syslog' log driver
harbor-adminserver | WARNING: no logs are available with the 'syslog' log driver
redis          | WARNING: no logs are available with the 'syslog' log driver
harbor-ui      | WARNING: no logs are available with the 'syslog' log driver
harbor-jobservice | WARNING: no logs are available with the 'syslog' log driver
nginx          | WARNING: no logs are available with the 'syslog' log driver
nginx exited with code 1
harbor-adminserver exited with code 1
nginx          | WARNING: no logs are available with the 'syslog' log driver
nginx exited with code 1
harbor-adminserver | WARNING: no logs are available with the 'syslog' log driver
nginx          | WARNING: no logs are available with the 'syslog' log driver
harbor-adminserver exited with code 1
nginx exited with code 1
nginx          | WARNING: no logs are available with the 'syslog' log driver
harbor-adminserver | WARNING: no logs are available with the 'syslog' log driver
nginx exited with code 1
nginx          | WARNING: no logs are available with the 'syslog' log driver
nginx exited with code 1
nginx          | WARNING: no logs are available with the 'syslog' log driver
nginx exited with code 1
nginx          | WARNING: no logs are available with the 'syslog' log driver
nginx exited with code 1
@stappersg
Copy link

For what it is worth: The reporter of this issue also reported #11703

I hope that is cross reference of issues helps.

Anyway: Thanks for providing Harbor

@Vox1984
Copy link
Author

Vox1984 commented Apr 24, 2020

Hi guys, it seems to be starting okay if i use docker-compose up -d option. UI works fine, I have trouble authenticating users with LDAP though:

docker-compose up -d
Starting harbor-log ... done
Starting registry           ... done
Starting harbor-adminserver ... done
Starting redis              ... done
Starting harbor-db          ... done
Starting harbor-ui          ... done
Starting harbor-jobservice  ... done
Starting nginx              ... done

Versions:
Please specify the versions of following systems.

harbor version: 1.6.3
docker version: Docker version 18.06.3-ce, build d7080c1
docker-compose version: docker-compose version 1.23.2, build 1110ad0

@Vox1984 Vox1984 changed the title harbor not starting with docker-compose up harbor not starting with docker-compose up, v1.6.3 (upgrade from 1.5.1) Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants