项目

一般

简介

关于redmine社区版5.0.6部署稳定运行,但更换主机IP后404的问题 » redmine logs.txt

du xiao, 2024-10-31 22:45

 
1
root@redmine01:/opt/redmine# docker compose logs -f
2
restic      | s6-rc: info: service run-cron: starting
3
restic      | s6-rc: info: service s6rc-oneshot-runner: starting
4
restic      | s6-rc: info: service run-cron successfully started
5
restic      | s6-rc: info: service s6rc-oneshot-runner successfully started
6
restic      | s6-rc: info: service fix-attrs: starting
7
restic      | s6-rc: info: service fix-attrs successfully started
8
restic      | s6-rc: info: service legacy-cont-init: starting
9
restic      | s6-rc: info: service legacy-cont-init successfully started
10
restic      | s6-rc: info: service legacy-services: starting
11
restic      | s6-rc: info: service legacy-services successfully started
12
minio       |  13:46:34.24 
13
traefik     | time="2024-10-31T13:46:34Z" level=info msg="Configuration loaded from flags."
14
traefik     | time="2024-10-31T13:46:54Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a providerName=docker
15
traefik     | time="2024-10-31T13:46:55Z" level=error msg="Unable to obtain ACME certificate for domains \"192.168.0.37\": cannot get ACME client get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get \"https://acme-v02.api.letsencrypt.org/directory\": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving" providerName=redmineresolver.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory" routerName=redmine@docker rule="Host(`192.168.0.37`)"
16
minio       |  13:46:34.24 Welcome to the Bitnami minio container
17
minio       |  13:46:34.24 Subscribe to project updates by watching https://github.com/bitnami/containers
18
minio       |  13:46:34.25 Submit issues and feature requests at https://github.com/bitnami/containers/issues
19
minio       |  13:46:34.25 
20
minio       |  13:46:34.25 INFO  ==> ** Starting MinIO setup **
21
minio       | minio 13:46:34.28 INFO  ==> Starting MinIO in background...
22
minio       | minio 13:46:39.33 INFO  ==> Adding local Minio host to 'mc' configuration...
23
minio       | minio 13:46:39.55 INFO  ==> Stopping MinIO...
24
minio       | 
25
minio       |  13:46:39.67 INFO  ==> ** MinIO setup finished! **
26
minio       | minio 13:46:39.68 INFO  ==> ** Starting MinIO **
27
minio       | MinIO Object Storage Server
28
minio       | Copyright: 2015-2023 MinIO, Inc.
29
minio       | License: GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
30
minio       | Version: DEVELOPMENT.2023-11-01T01-57-10Z (go1.20.10 linux/amd64)
31
minio       | 
32
minio       | Status:         1 Online, 0 Offline. 
33
minio       | S3-API: http://localhost:9000 
34
minio       | Console: http://172.19.0.4:9001 http://127.0.0.1:9001 
35
minio       | 
36
minio       | Documentation: https://min.io/docs/minio/linux/index.html
37
minio       | Warning: The standard parity is set to 0. This can lead to data loss.
38
redmine-db  | mariadb 13:46:34.15 
39
redmine-db  | mariadb 13:46:34.15 Welcome to the Bitnami mariadb container
40
redmine-db  | mariadb 13:46:34.16 Subscribe to project updates by watching https://github.com/bitnami/containers
41
redmine-db  | mariadb 13:46:34.16 Submit issues and feature requests at https://github.com/bitnami/containers/issues
42
redmine-db  | mariadb 13:46:34.16 
43
redmine-db  | mariadb 13:46:34.16 INFO  ==> ** Starting MariaDB setup **
44
redmine-db  | mariadb 13:46:34.18 INFO  ==> Validating settings in MYSQL_*/MARIADB_* env vars
45
redmine-db  | mariadb 13:46:34.19 INFO  ==> Initializing mariadb database
46
redmine-db  | mariadb 13:46:34.21 INFO  ==> Updating 'my.cnf' with custom configuration
47
redmine-db  | mariadb 13:46:34.21 INFO  ==> Setting user option
48
redmine-db  | mariadb 13:46:34.22 INFO  ==> Setting slow_query_log option
49
redmine-db  | mariadb 13:46:34.22 INFO  ==> Setting long_query_time option
50
redmine-db  | mariadb 13:46:34.23 INFO  ==> Installing database
51
redmine-db  | mariadb 13:46:35.41 INFO  ==> Starting mariadb in background
52
redmine-db  | 2024-10-31 13:46:35 0 [Note] Starting MariaDB 10.6.15-MariaDB source revision 0d16eb35bc981023ce2f4912e8ecde68ca381f4e as process 115
53
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
54
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Number of pools: 1
55
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
56
redmine-db  | 2024-10-31 13:46:35 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
57
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Using Linux native AIO
58
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
59
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Completed initialization of buffer pool
60
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: 128 rollback segments are active.
61
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Creating shared tablespace for temporary tables
62
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
63
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
64
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: 10.6.15 started; log sequence number 41314; transaction id 14
65
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
66
redmine-db  | 2024-10-31 13:46:35 0 [Note] Plugin 'FEEDBACK' is disabled.
67
redmine-db  | 2024-10-31 13:46:35 0 [Note] Server socket created on IP: '127.0.0.1'.
68
redmine-db  | 2024-10-31 13:46:35 0 [Warning] 'user' entry 'root@3e160ae4744d' ignored in --skip-name-resolve mode.
69
redmine-db  | 2024-10-31 13:46:35 0 [Warning] 'user' entry '@3e160ae4744d' ignored in --skip-name-resolve mode.
70
redmine-db  | 2024-10-31 13:46:35 0 [Warning] 'proxies_priv' entry '@% root@3e160ae4744d' ignored in --skip-name-resolve mode.
71
redmine-db  | 2024-10-31 13:46:35 0 [Note] InnoDB: Buffer pool(s) load completed at 241031 13:46:35
72
redmine-db  | 2024-10-31 13:46:35 0 [Note] /opt/bitnami/mariadb/sbin/mysqld: ready for connections.
73
redmine-db  | Version: '10.6.15-MariaDB'  socket: '/opt/bitnami/mariadb/tmp/mysql.sock'  port: 3306  Source distribution
74
redmine-db  | mariadb 13:46:37.44 INFO  ==> Configuring authentication
75
redmine-db  | 2024-10-31 13:46:37 5 [Warning] 'proxies_priv' entry '@% root@3e160ae4744d' ignored in --skip-name-resolve mode.
76
redmine-db  | mariadb 13:46:37.56 INFO  ==> Running mysql_upgrade
77
redmine-db  | find: '/docker-entrypoint-startdb.d/': No such file or directory
78
redmine-db  | mariadb 13:46:37.61 INFO  ==> Stopping mariadb
79
redmine-db  | 2024-10-31 13:46:37 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (initiated by: unknown): Normal shutdown
80
redmine-db  | 2024-10-31 13:46:37 0 [Note] InnoDB: FTS optimize thread exiting.
81
redmine-db  | 2024-10-31 13:46:37 0 [Note] InnoDB: Starting shutdown...
82
redmine-db  | 2024-10-31 13:46:37 0 [Note] InnoDB: Dumping buffer pool(s) to /bitnami/mariadb/data/ib_buffer_pool
83
redmine-db  | 2024-10-31 13:46:37 0 [Note] InnoDB: Buffer pool(s) dump completed at 241031 13:46:37
84
redmine-db  | 2024-10-31 13:46:37 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1"
85
redmine-db  | 2024-10-31 13:46:37 0 [Note] InnoDB: Shutdown completed; log sequence number 42288; transaction id 15
86
redmine-db  | 2024-10-31 13:46:37 0 [Note] /opt/bitnami/mariadb/sbin/mysqld: Shutdown complete
87
redmine-db  | 
88
redmine-db  | 
89
redmine-db  | mariadb 13:46:38.64 INFO  ==> ** MariaDB setup finished! **
90
redmine-db  | mariadb 13:46:38.67 INFO  ==> ** Starting MariaDB **
91
redmine-db  | 2024-10-31 13:46:38 0 [Note] Starting MariaDB 10.6.15-MariaDB source revision 0d16eb35bc981023ce2f4912e8ecde68ca381f4e as process 1
92
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
93
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Number of pools: 1
94
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
95
redmine-db  | 2024-10-31 13:46:38 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
96
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Using Linux native AIO
97
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
98
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Completed initialization of buffer pool
99
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: 128 rollback segments are active.
100
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
101
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
102
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
103
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: 10.6.15 started; log sequence number 42288; transaction id 14
104
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
105
redmine-db  | 2024-10-31 13:46:38 0 [Note] Plugin 'FEEDBACK' is disabled.
106
redmine-db  | 2024-10-31 13:46:38 0 [Note] Server socket created on IP: '0.0.0.0'.
107
redmine-db  | 2024-10-31 13:46:38 0 [Warning] 'proxies_priv' entry '@% root@3e160ae4744d' ignored in --skip-name-resolve mode.
108
redmine-db  | 2024-10-31 13:46:38 0 [Note] /opt/bitnami/mariadb/sbin/mysqld: ready for connections.
109
redmine-db  | Version: '10.6.15-MariaDB'  socket: '/opt/bitnami/mariadb/tmp/mysql.sock'  port: 3306  Source distribution
110
redmine-db  | 2024-10-31 13:46:38 0 [Note] InnoDB: Buffer pool(s) load completed at 241031 13:46:38
111
redmine     | Starting periodic command scheduler: cron.
112
redmine     | Installing plugin redmine_workload...
113
redmine     | Installing plugin __MACOSX...
114
redmine     | Installing plugin .github...
115
redmine     | Installing plugin redmine_wktime...
116
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
117
redmine     | You should probably keep only one of them.
118
redmine     | Remove any duplicate entries and specify the gem only once.
119
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
120
redmine     | Bundler can't satisfy your Gemfile's dependencies.
121
redmine     | Install missing gems with `bundle install`.
122
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
123
redmine     | You should probably keep only one of them.
124
redmine     | Remove any duplicate entries and specify the gem only once.
125
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
126
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
127
redmine     | again.
128
redmine     | Starting periodic command scheduler: cron.
129
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
130
redmine     | You should probably keep only one of them.
131
redmine     | Remove any duplicate entries and specify the gem only once.
132
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
133
redmine     | Bundler can't satisfy your Gemfile's dependencies.
134
redmine     | Install missing gems with `bundle install`.
135
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
136
redmine     | You should probably keep only one of them.
137
redmine     | Remove any duplicate entries and specify the gem only once.
138
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
139
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
140
redmine     | again.
141
redmine     | Starting periodic command scheduler: cron.
142
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
143
redmine     | You should probably keep only one of them.
144
redmine     | Remove any duplicate entries and specify the gem only once.
145
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
146
redmine     | Bundler can't satisfy your Gemfile's dependencies.
147
redmine     | Install missing gems with `bundle install`.
148
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
149
redmine     | You should probably keep only one of them.
150
redmine     | Remove any duplicate entries and specify the gem only once.
151
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
152
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
153
redmine     | again.
154
redmine exited with code 17
155
traefik     | time="2024-10-31T13:46:56Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a providerName=docker
156
redmine     | Starting periodic command scheduler: cron.
157
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
158
redmine     | You should probably keep only one of them.
159
redmine     | Remove any duplicate entries and specify the gem only once.
160
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
161
redmine     | Bundler can't satisfy your Gemfile's dependencies.
162
redmine     | Install missing gems with `bundle install`.
163
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
164
redmine     | You should probably keep only one of them.
165
redmine     | Remove any duplicate entries and specify the gem only once.
166
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
167
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
168
redmine     | again.
169
redmine exited with code 17
170
traefik     | time="2024-10-31T13:46:58Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" providerName=docker container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a
171
redmine     | Starting periodic command scheduler: cron.
172
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
173
redmine     | You should probably keep only one of them.
174
redmine     | Remove any duplicate entries and specify the gem only once.
175
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
176
redmine     | Bundler can't satisfy your Gemfile's dependencies.
177
redmine     | Install missing gems with `bundle install`.
178
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
179
redmine     | You should probably keep only one of them.
180
redmine     | Remove any duplicate entries and specify the gem only once.
181
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
182
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
183
redmine     | again.
184
redmine exited with code 17
185
traefik     | time="2024-10-31T13:47:00Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" providerName=docker container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a
186
redmine     | Starting periodic command scheduler: cron.
187
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
188
redmine     | You should probably keep only one of them.
189
redmine     | Remove any duplicate entries and specify the gem only once.
190
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
191
redmine     | Bundler can't satisfy your Gemfile's dependencies.
192
redmine     | Install missing gems with `bundle install`.
193
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
194
redmine     | You should probably keep only one of them.
195
redmine     | Remove any duplicate entries and specify the gem only once.
196
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
197
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
198
redmine     | again.
199
redmine exited with code 17
200
traefik     | time="2024-10-31T13:47:03Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" providerName=docker container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a
201
traefik     | time="2024-10-31T13:47:03Z" level=error msg="Unable to obtain ACME certificate for domains \"192.168.0.37\": cannot get ACME client get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get \"https://acme-v02.api.letsencrypt.org/directory\": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving" ACME CA="https://acme-v02.api.letsencrypt.org/directory" providerName=redmineresolver.acme routerName=redmine@docker rule="Host(`192.168.0.37`)"
202
redmine     | Starting periodic command scheduler: cron.
203
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
204
redmine     | You should probably keep only one of them.
205
redmine     | Remove any duplicate entries and specify the gem only once.
206
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
207
redmine     | Bundler can't satisfy your Gemfile's dependencies.
208
redmine     | Install missing gems with `bundle install`.
209
traefik     | time="2024-10-31T13:47:07Z" level=error msg="Unable to obtain ACME certificate for domains \"192.168.0.37\": cannot get ACME client get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get \"https://acme-v02.api.letsencrypt.org/directory\": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving" providerName=redmineresolver.acme routerName=redmine@docker rule="Host(`192.168.0.37`)" ACME CA="https://acme-v02.api.letsencrypt.org/directory"
210
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
211
redmine     | You should probably keep only one of them.
212
redmine     | Remove any duplicate entries and specify the gem only once.
213
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
214
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
215
redmine     | again.
216
redmine exited with code 17
217
traefik     | time="2024-10-31T13:47:08Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" providerName=docker container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a
218
redmine     | Starting periodic command scheduler: cron.
219
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
220
redmine     | You should probably keep only one of them.
221
redmine     | Remove any duplicate entries and specify the gem only once.
222
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
223
traefik     | time="2024-10-31T13:47:15Z" level=error msg="Unable to obtain ACME certificate for domains \"192.168.0.37\": cannot get ACME client get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get \"https://acme-v02.api.letsencrypt.org/directory\": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving" routerName=redmine@docker rule="Host(`192.168.0.37`)" ACME CA="https://acme-v02.api.letsencrypt.org/directory" providerName=redmineresolver.acme
224
redmine     | Bundler can't satisfy your Gemfile's dependencies.
225
redmine     | Install missing gems with `bundle install`.
226
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
227
redmine     | You should probably keep only one of them.
228
redmine     | Remove any duplicate entries and specify the gem only once.
229
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
230
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
231
redmine     | again.
232
redmine exited with code 17
233
traefik     | time="2024-10-31T13:47:16Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" providerName=docker container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a
234
redmine     | Starting periodic command scheduler: cron.
235
traefik     | time="2024-10-31T13:47:29Z" level=error msg="Unable to obtain ACME certificate for domains \"192.168.0.37\": cannot get ACME client get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get \"https://acme-v02.api.letsencrypt.org/directory\": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving" providerName=redmineresolver.acme routerName=redmine@docker rule="Host(`192.168.0.37`)" ACME CA="https://acme-v02.api.letsencrypt.org/directory"
236
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
237
redmine     | You should probably keep only one of them.
238
redmine     | Remove any duplicate entries and specify the gem only once.
239
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
240
redmine     | Bundler can't satisfy your Gemfile's dependencies.
241
redmine     | Install missing gems with `bundle install`.
242
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
243
redmine     | You should probably keep only one of them.
244
redmine     | Remove any duplicate entries and specify the gem only once.
245
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
246
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
247
redmine     | again.
248
redmine exited with code 17
249
traefik     | time="2024-10-31T13:47:30Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" providerName=docker container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a
250
redmine     | Starting periodic command scheduler: cron.
251
traefik     | time="2024-10-31T13:47:56Z" level=error msg="Unable to obtain ACME certificate for domains \"192.168.0.37\": cannot get ACME client get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get \"https://acme-v02.api.letsencrypt.org/directory\": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving" providerName=redmineresolver.acme routerName=redmine@docker rule="Host(`192.168.0.37`)" ACME CA="https://acme-v02.api.letsencrypt.org/directory"
252
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
253
redmine     | You should probably keep only one of them.
254
redmine     | Remove any duplicate entries and specify the gem only once.
255
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
256
redmine     | Bundler can't satisfy your Gemfile's dependencies.
257
redmine     | Install missing gems with `bundle install`.
258
redmine     | Your Gemfile lists the gem puma (>= 0) more than once.
259
redmine     | You should probably keep only one of them.
260
redmine     | Remove any duplicate entries and specify the gem only once.
261
redmine     | While it's not a problem now, it could cause errors if you change the version of one of them later.
262
redmine     | Could not reach host gems.ruby-china.com. Check your network connection and try
263
redmine     | again.
264
redmine exited with code 17
265
traefik     | time="2024-10-31T13:47:57Z" level=error msg="service \"redmine-redmine\" error: unable to find the IP address for the container \"/redmine\": the server is ignored" container=redmine-redmine-78a5bf6c0ae13ae20dcc8c37f44386c26f2bc5d6ebc3eaea43684f1556b9860a providerName=docker
    (1-1/1)