CPU-Limit abgeschaltet, restart-Pollicy entfernt

This commit is contained in:
2025-12-23 08:03:15 +01:00
parent b95077ad51
commit df848810aa
-2
View File
@@ -5,7 +5,6 @@ services:
deploy:
resources:
limits:
cpus: 2
memory: 8G
environment:
- PUID=1000
@@ -22,5 +21,4 @@ services:
- /opt:/docker-opt
ports:
- 9200:8200
restart: no
networks: {}