sameersbn / docker-gitlab

Dockerized GitLab
http://www.damagehead.com/docker-gitlab/
MIT License
7.87k stars 2.14k forks source link

docker-compose up failed:exit code 1 #1748

Closed feixiang622 closed 5 years ago

feixiang622 commented 5 years ago

gitlab_1_d1e1f2771f34 | Recompiling assets (relative_url in use), this could take a while... gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,209 CRIT Supervisor running as root (no user in config file) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/gitaly.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/gitlab-workhorse.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/mail_room.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/sidekiq.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/sshd.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,210 WARN Included extra file "/etc/supervisor/conf.d/unicorn.conf" during parsing gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,327 INFO RPC interface 'supervisor' initialized gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,327 CRIT Server 'unix_http_server' running without any HTTP authentication checking gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:35,327 INFO supervisord started with pid 595 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,330 INFO spawned: 'gitaly' with pid 612 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,334 INFO spawned: 'sidekiq' with pid 613 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,338 INFO spawned: 'unicorn' with pid 614 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,342 INFO spawned: 'gitlab-workhorse' with pid 615 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,361 INFO spawned: 'cron' with pid 616 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,369 INFO spawned: 'nginx' with pid 617 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:36,382 INFO spawned: 'sshd' with pid 618 gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,282 INFO success: gitaly entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,282 INFO success: sidekiq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,282 INFO success: unicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,282 INFO success: gitlab-workhorse entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,282 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,282 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) gitlab_1_d1e1f2771f34 | 2018-10-21 14:34:38,283 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) root_gitlab_1_d1e1f2771f34 exited with code 1

============================== docker-compose.yml is :

version: '2'

services: redis: restart: always image: sameersbn/redis:latest command:

zer01ike commented 5 years ago

Maybe the TimeZone error my config is

- TZ=Asia/Shanghai
- GITLAB_TIMEZONE=Beijing
feixiang622 commented 5 years ago

thankyou, My configuration error