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: deploy:
resources: resources:
limits: limits:
cpus: 2
memory: 8G memory: 8G
environment: environment:
- PUID=1000 - PUID=1000
@@ -22,5 +21,4 @@ services:
- /opt:/docker-opt - /opt:/docker-opt
ports: ports:
- 9200:8200 - 9200:8200
restart: no
networks: {} networks: {}