Open hwdevops opened 2 years ago
Have same problem, host Debian 12.1
ldap exited with code 1
ldap | *** INFO | 2023-08-02 06:16:01 | CONTAINER_LOG_LEVEL = 3 (info)
ldap | *** WARNING | 2023-08-02 06:16:01 | Copy /container/service to /container/run/service ignored
ldap | *** WARNING | 2023-08-02 06:16:01 | /container/run/service already exists
ldap | *** INFO | 2023-08-02 06:16:01 | Search service in CONTAINER_SERVICE_DIR = /container/run/service :
ldap | *** INFO | 2023-08-02 06:16:01 | link /container/run/service/:cron/startup.sh to /container/run/startup/:cron
ldap | *** WARNING | 2023-08-02 06:16:01 | failed to link /container/run/service/:cron/startup.sh to /container/run/startup/:cron: [Errno 17] File exists: '/container/run/service/:cron/startup.sh' -> '/container/run/startup/:cron'
ldap | *** INFO | 2023-08-02 06:16:01 | link /container/run/service/:cron/process.sh to /container/run/process/:cron/run
ldap | *** WARNING | 2023-08-02 06:16:01 | directory /container/run/process/:cron already exists
ldap | *** WARNING | 2023-08-02 06:16:01 | failed to link /container/run/service/:cron/process.sh to /container/run/process/:cron/run : [Errno 17] File exists: '/container/run/service/:cron/process.sh' -> '/container/run/process/:cron/run'
UPD: I think i know where be a problem, i have dead cert-bot container, so ssl certs be "expired" so now all work ok again
to get more info use
command: "--loglevel debug --copy-service"
I have the issue that the docker container is stuck in
restaring
afterdocker-compose down
anddocker-compose up -d
.The compose file looks like:
And the logs look like