Mongodb container stop shortly after start (signal 15)

Hello,
I’ve been having a problem with MongoDB in a Docker container since yesterday.
The problem is not “new”, I already had a similar problem in 2023 on a Raspberry Pi (without solution).
Back then I contacted the MongoDB community, but they couldn’t really help me.
At that time I was told that the problem with Signal 15 could not be related to MongoDB and that the support for the version I was using would expire in a few months anyway.

Now I have the same problem on a Synology NAS (x86_64 with AVX), shortly after starting the container is terminated. Reason: Signal 15, no further details.
None of the other containers are affected.
I have tried versions from 4.0 to 8.0, all with the same result.

The only error I have found is

Attempting next endpoint for pull after error: no matching manifest for linux/amd64 in the manifest list entries"

compose file:

services:
  mongodb:
    image: mongo:8.0
    container_name: mongodb
    hostname: mongodb
    restart: unless-stopped
    volumes:
      - /volume1/docker/mongodb_stack/db/data:/data/db:rw

MongoDB Container log:

mongodb  | {"t":{"$date":"2025-01-28T15:16:41.182+01:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:41.182+01:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0:27017"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:41.182+01:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:41.182+01:00"},"s":"I",  "c":"CONTROL",  "id":8423403, "ctx":"initandlisten","msg":"mongod startup complete","attr":{"Summary of time elapsed":{"Startup from clean shutdown?":false,"Statistics":{"Set up periodic runner":"0 ms","Set up online certificate status protocol manager":"0 ms","Transport layer setup":"0 ms","Run initial syncer crash recovery":"0 ms","Create storage engine lock file in the data directory":"0 ms","Get metadata describing storage engine":"0 ms","Validate options in metadata against current startup options":"0 ms","Create storage engine":"2693 ms","Write current PID to file":"52 ms","Initialize FCV before rebuilding indexes":"7 ms","Drop abandoned idents and get back indexes that need to be rebuilt or builds that need to be restarted":"0 ms","Rebuild indexes for collections":"0 ms","Load cluster parameters from disk for a standalone":"0 ms","Build user and roles graph":"0 ms","Verify indexes for admin.system.users collection":"0 ms","Set up the background thread pool responsible for waiting for opTimes to be majority committed":"0 ms","Start up the replication coordinator":"0 ms","Ensure the change stream collections on startup contain consistent data":"0 ms","Write startup options to the audit log":"0 ms","Start transport layer":"0 ms","_initAndListen total elapsed time":"2762 ms"}}}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:42.006+01:00"},"s":"W",  "c":"CONTROL",  "id":636300,  "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"internalQueryCacheSize","canonicalName":"internalQueryCacheMaxEntriesPerCollection"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:42.006+01:00"},"s":"W",  "c":"CONTROL",  "id":636300,  "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"oplogSamplingLogIntervalSeconds","canonicalName":"collectionSamplingLogIntervalSeconds"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:42.006+01:00"},"s":"W",  "c":"NETWORK",  "id":23803,   "ctx":"ftdc","msg":"Use of deprecated server parameter 'sslMode', please use 'tlsMode' instead."}
mongodb  | {"t":{"$date":"2025-01-28T15:16:42.006+01:00"},"s":"W",  "c":"CONTROL",  "id":636300,  "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"wiredTigerConcurrentReadTransactions","canonicalName":"storageEngineConcurrentReadTransactions"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:42.006+01:00"},"s":"W",  "c":"CONTROL",  "id":636300,  "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"wiredTigerConcurrentWriteTransactions","canonicalName":"storageEngineConcurrentWriteTransactions"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"CONTROL",  "id":23377,   "ctx":"SignalHandler","msg":"Received signal","attr":{"signal":15,"error":"Terminated"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"CONTROL",  "id":23378,   "ctx":"SignalHandler","msg":"Signal was sent by kill(2)","attr":{"pid":0,"uid":0}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"CONTROL",  "id":23381,   "ctx":"SignalHandler","msg":"will terminate after current cmd ends"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"REPL",     "id":4784900, "ctx":"SignalHandler","msg":"Stepping down the ReplicationCoordinator for shutdown","attr":{"waitTimeMillis":15000}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"REPL",     "id":4794602, "ctx":"SignalHandler","msg":"Attempting to enter quiesce mode"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"STORAGE",  "id":7333402, "ctx":"SignalHandler","msg":"Shutting down the DiskSpaceMonitor"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"-",        "id":6371601, "ctx":"SignalHandler","msg":"Shutting down the FLE Crud thread pool"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"COMMAND",  "id":4784901, "ctx":"SignalHandler","msg":"Shutting down the MirrorMaestro"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"SHARDING", "id":4784902, "ctx":"SignalHandler","msg":"Shutting down the WaitForMajorityService"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.089+01:00"},"s":"I",  "c":"CONTROL",  "id":4784903, "ctx":"SignalHandler","msg":"Shutting down the LogicalSessionCache"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"NETWORK",  "id":8314100, "ctx":"SignalHandler","msg":"Shutdown: Closing listener sockets"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"NETWORK",  "id":23017,   "ctx":"listener","msg":"removing socket file","attr":{"path":"/tmp/mongodb-27017.sock"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"NETWORK",  "id":4784905, "ctx":"SignalHandler","msg":"Shutting down the global connection pool"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"CONTROL",  "id":4784906, "ctx":"SignalHandler","msg":"Shutting down the FlowControlTicketholder"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"-",        "id":20520,   "ctx":"SignalHandler","msg":"Stopping further Flow Control ticket acquisitions."}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"CONTROL",  "id":4784908, "ctx":"SignalHandler","msg":"Shutting down the PeriodicThreadToAbortExpiredTransactions"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"REPL",     "id":4784909, "ctx":"SignalHandler","msg":"Shutting down the ReplicationCoordinator"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"SHARDING", "id":4784910, "ctx":"SignalHandler","msg":"Shutting down the ShardingInitializationMongoD"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"REPL",     "id":4784911, "ctx":"SignalHandler","msg":"Enqueuing the ReplicationStateTransitionLock for shutdown"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"-",        "id":4784912, "ctx":"SignalHandler","msg":"Killing all operations for shutdown"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"-",        "id":4695300, "ctx":"SignalHandler","msg":"Interrupted all currently running operations","attr":{"opsKilled":3}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"TENANT_M", "id":5093807, "ctx":"SignalHandler","msg":"Shutting down all TenantMigrationAccessBlockers on global shutdown"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"ASIO",     "id":22582,   "ctx":"TenantMigrationBlockerNet","msg":"Killing all outstanding egress activity."}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"ASIO",     "id":6529201, "ctx":"SignalHandler","msg":"Network interface redundant shutdown","attr":{"state":"Stopped"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"ASIO",     "id":22582,   "ctx":"SignalHandler","msg":"Killing all outstanding egress activity."}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"COMMAND",  "id":4784913, "ctx":"SignalHandler","msg":"Shutting down all open transactions"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"REPL",     "id":4784914, "ctx":"SignalHandler","msg":"Acquiring the ReplicationStateTransitionLock for shutdown"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"INDEX",    "id":4784915, "ctx":"SignalHandler","msg":"Shutting down the IndexBuildsCoordinator"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"NETWORK",  "id":4784918, "ctx":"SignalHandler","msg":"Shutting down the ReplicaSetMonitor"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.090+01:00"},"s":"I",  "c":"SHARDING", "id":4784921, "ctx":"SignalHandler","msg":"Shutting down the MigrationUtilExecutor"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"ASIO",     "id":22582,   "ctx":"MigrationUtil-TaskExecutor","msg":"Killing all outstanding egress activity."}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"NETWORK",  "id":20562,   "ctx":"SignalHandler","msg":"Shutdown: Closing open transport sessions"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"NETWORK",  "id":4784923, "ctx":"SignalHandler","msg":"Shutting down the ASIO transport SessionManager"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"CONTROL",  "id":4784927, "ctx":"SignalHandler","msg":"Shutting down the HealthLog"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"CONTROL",  "id":4784928, "ctx":"SignalHandler","msg":"Shutting down the TTL monitor"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"INDEX",    "id":3684100, "ctx":"SignalHandler","msg":"Shutting down TTL collection monitor thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"INDEX",    "id":3684101, "ctx":"SignalHandler","msg":"Finished shutting down TTL collection monitor thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"CONTROL",  "id":6278511, "ctx":"SignalHandler","msg":"Shutting down the Change Stream Expired Pre-images Remover"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"CONTROL",  "id":4784929, "ctx":"SignalHandler","msg":"Acquiring the global lock for shutdown"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"CONTROL",  "id":4784930, "ctx":"SignalHandler","msg":"Shutting down the storage engine"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"STORAGE",  "id":22320,   "ctx":"SignalHandler","msg":"Shutting down journal flusher thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"STORAGE",  "id":22321,   "ctx":"SignalHandler","msg":"Finished shutting down journal flusher thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"STORAGE",  "id":22322,   "ctx":"SignalHandler","msg":"Shutting down checkpoint thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"STORAGE",  "id":22323,   "ctx":"SignalHandler","msg":"Finished shutting down checkpoint thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.091+01:00"},"s":"I",  "c":"STORAGE",  "id":22261,   "ctx":"SignalHandler","msg":"Timestamp monitor shutting down"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.092+01:00"},"s":"I",  "c":"STORAGE",  "id":20282,   "ctx":"SignalHandler","msg":"Deregistering all the collections"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.092+01:00"},"s":"I",  "c":"STORAGE",  "id":22317,   "ctx":"SignalHandler","msg":"WiredTigerKVEngine shutting down"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.092+01:00"},"s":"I",  "c":"STORAGE",  "id":22318,   "ctx":"SignalHandler","msg":"Shutting down session sweeper thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.092+01:00"},"s":"I",  "c":"STORAGE",  "id":22319,   "ctx":"SignalHandler","msg":"Finished shutting down session sweeper thread"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.259+01:00"},"s":"I",  "c":"STORAGE",  "id":4795902, "ctx":"SignalHandler","msg":"Closing WiredTiger","attr":{"closeConfig":"leak_memory=true,use_timestamp=false,"}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:44.261+01:00"},"s":"I",  "c":"WTCHKPT",  "id":22430,   "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1738073804,"ts_usec":261481,"thread":"1:0x7f4c7b9666c0","session_name":"close_ckpt","category":"WT_VERB_CHECKPOINT_PROGRESS","category_id":7,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"saving checkpoint snapshot min: 6, snapshot max: 6 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 12"}}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.217+01:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1738073805,"ts_usec":217335,"thread":"1:0x7f4c7b9666c0","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":34,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"shutdown checkpoint has successfully finished and ran for 957 milliseconds"}}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.217+01:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1738073805,"ts_usec":217506,"thread":"1:0x7f4c7b9666c0","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":34,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"shutdown was completed successfully and took 957ms, including 0ms for the rollback to stable, and 957ms for the checkpoint."}}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.773+01:00"},"s":"I",  "c":"STORAGE",  "id":4795901, "ctx":"SignalHandler","msg":"WiredTiger closed","attr":{"durationMillis":1514}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.773+01:00"},"s":"I",  "c":"STORAGE",  "id":22279,   "ctx":"SignalHandler","msg":"shutdown: removing fs lock..."}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.773+01:00"},"s":"I",  "c":"-",        "id":4784931, "ctx":"SignalHandler","msg":"Dropping the scope cache for shutdown"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.773+01:00"},"s":"I",  "c":"FTDC",     "id":20626,   "ctx":"SignalHandler","msg":"Shutting down full-time diagnostic data capture"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.776+01:00"},"s":"I",  "c":"CONTROL",  "id":20565,   "ctx":"SignalHandler","msg":"Now exiting"}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.776+01:00"},"s":"I",  "c":"CONTROL",  "id":8423404, "ctx":"SignalHandler","msg":"mongod shutdown complete","attr":{"Summary of time elapsed":{"Statistics":{"Enter terminal shutdown":"0 ms","Step down the replication coordinator for shutdown":"0 ms","Time spent in quiesce mode":"0 ms","Shut down FLE Crud subsystem":"0 ms","Shut down MirrorMaestro":"0 ms","Shut down WaitForMajorityService":"0 ms","Shut down the logical session cache":"0 ms","Shut down the global connection pool":"0 ms","Shut down the flow control ticket holder":"0 ms","Shut down the thread that aborts expired transactions":"0 ms","Kill all operations for shutdown":"0 ms","Shut down all tenant migration access blockers on global shutdown":"0 ms","Shut down all open transactions":"0 ms","Acquire the RSTL for shutdown":"0 ms","Shut down the IndexBuildsCoordinator and wait for index builds to finish":"0 ms","Shut down the replica set monitor":"0 ms","Shut down the migration util executor":"1 ms","Shut down the transport layer":"0 ms","Shut down the health log":"0 ms","Shut down the TTL monitor":"0 ms","Shut down expired pre-images and documents removers":"0 ms","Shut down the storage engine":"1682 ms","Wait for the oplog cap maintainer thread to stop":"0 ms","Shut down full-time data capture":"0 ms","Shut down online certificate status protocol manager":"0 ms","shutdownTask total elapsed time":"1687 ms"}}}}
mongodb  | {"t":{"$date":"2025-01-28T15:16:45.776+01:00"},"s":"I",  "c":"CONTROL",  "id":23138,   "ctx":"SignalHandler","msg":"Shutting down","attr":{"exitCode":0}}
mongodb exited with code 0

journalctl -xe:

Jan 28 15:16:36 Behemoth docker_event_watcherd[16946]: docker_event_watcherd.cpp:162 {"status":"start","id":"216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370b50821","from
":"mongo:8.0","Type":"container","Action":"start","Actor":{"ID":"216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370b50821","Attributes":{"com.docker.compose.config-hash":"3
7d7dc807dd9bd19ac58c1aff311aa2a13d1e7b6ab5838831cb0242a7a61f9c4","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:f08
e39122805c55578b51555cf58418692d9842b74aa153441681e7e4cdd7729","com.docker.compose.oneoff":"False","com.docker.compose.project":"mongodb_stack","com.docker.compose.project.config_f
iles":"/volume1/docker/mongodb_stack/docker-compose.yaml","com.docker.compose.project.working_dir":"/volume1/docker/mongodb_stack","com.docker.compose.service":"mongodb","com.docke
r.compose.version":"2.9.0","image":"mongo:8.0","name":"mongodb","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"24.04"}},"scope":"local","time":173
8073796,"timeNano":1738073796251042774}
Jan 28 15:16:43 Behemoth docker[16958]: time="2025-01-28T15:16:43.673083497+01:00" level=info msg="Attempting next endpoint for pull after error: no matching manifest for linux/amd
64 in the manifest list entries"
Jan 28 15:16:43 Behemoth dockerd[16958]: time="2025-01-28T15:16:43.673083497+01:00" level=info msg="Attempting next endpoint for pull after error: no matching manifest for linux/am
d64 in the manifest list entries"
Jan 28 15:16:44 Behemoth docker_event_watcherd[16946]: docker_event_watcherd.cpp:162 {"status":"kill","id":"216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370b50821","from"
:"mongo:8.0","Type":"container","Action":"kill","Actor":{"ID":"216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370b50821","Attributes":{"com.docker.compose.config-hash":"37d
7dc807dd9bd19ac58c1aff311aa2a13d1e7b6ab5838831cb0242a7a61f9c4","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:f08e3
9122805c55578b51555cf58418692d9842b74aa153441681e7e4cdd7729","com.docker.compose.oneoff":"False","com.docker.compose.project":"mongodb_stack","com.docker.compose.project.config_fil
es":"/volume1/docker/mongodb_stack/docker-compose.yaml","com.docker.compose.project.working_dir":"/volume1/docker/mongodb_stack","com.docker.compose.service":"mongodb","com.docker.
compose.version":"2.9.0","image":"mongo:8.0","name":"mongodb","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"24.04","signal":"15"}},"scope":"local
","time":1738073804,"timeNano":1738073804090296981}
Jan 28 15:16:44 Behemoth dnsmasq-dhcp[15052]: DHCPREQUEST(ovs_bond0) 192.168.64.144 fa:b3:76:9e:cf:58
Jan 28 15:16:44 Behemoth dnsmasq-dhcp[15052]: DHCPACK(ovs_bond0) 192.168.64.144 fa:b3:76:9e:cf:58 Mac
Jan 28 15:16:44 Behemoth synonetd[6915]: ipv6_module.cpp:173 Process RA from [fe80::464e:6dff:fe84:8f4e] on interface [ovs_bond0]
Jan 28 15:16:44 Behemoth synonetd[6915]: ipv6_module.cpp:189 State [1] does not change.
Jan 28 15:16:45 Behemoth docker[16958]: time="2025-01-28T15:16:45.804075954+01:00" level=info msg="ignoring event" container=216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c
370b50821 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jan 28 15:16:45 Behemoth dockerd[16958]: time="2025-01-28T15:16:45.804017273+01:00" level=info msg="shim disconnected" id=216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370
b50821
Jan 28 15:16:45 Behemoth dockerd[16958]: time="2025-01-28T15:16:45.804095354+01:00" level=warning msg="cleaning up after shim disconnected" id=216f009ae4f2fbf9e4d49d8e0bc973d2af1cd
6d25d7d9891e18f38c370b50821 namespace=moby
Jan 28 15:16:45 Behemoth dockerd[16958]: time="2025-01-28T15:16:45.804112144+01:00" level=info msg="cleaning up dead shim"
Jan 28 15:16:45 Behemoth dockerd[16958]: time="2025-01-28T15:16:45.804075954+01:00" level=info msg="ignoring event" container=216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38
c370b50821 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jan 28 15:16:45 Behemoth dockerd[16958]: time="2025-01-28T15:16:45.812326498+01:00" level=warning msg="cleanup warnings time=\"2025-01-28T15:16:45+01:00\" level=info msg=\"starting
 signal loop\" namespace=moby pid=13419 runtime=io.containerd.runc.v2\n"
Jan 28 15:16:46 Behemoth docker_event_watcherd[16946]: docker_event_watcherd.cpp:162 {"status":"die","id":"216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370b50821","from":
"mongo:8.0","Type":"container","Action":"die","Actor":{"ID":"216f009ae4f2fbf9e4d49d8e0bc973d2af1cd6d25d7d9891e18f38c370b50821","Attributes":{"com.docker.compose.config-hash":"37d7d
c807dd9bd19ac58c1aff311aa2a13d1e7b6ab5838831cb0242a7a61f9c4","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:f08e391
22805c55578b51555cf58418692d9842b74aa153441681e7e4cdd7729","com.docker.compose.oneoff":"False","com.docker.compose.project":"mongodb_stack","com.docker.compose.project.config_files
":"/volume1/docker/mongodb_stack/docker-compose.yaml","com.docker.compose.project.working_dir":"/volume1/docker/mongodb_stack","com.docker.compose.service":"mongodb","com.docker.co
mpose.version":"2.9.0","exitCode":"0","image":"mongo:8.0","name":"mongodb","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"24.04"}},"scope":"local"
,"time":1738073806,"timeNano":1738073806000917819}

The problem has been solved.
It had something to do with Synology.
I updated the Container Manager.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.