Restart-Policy angepasst

This commit is contained in:
2025-12-22 09:03:25 +01:00
parent 2bfa452da1
commit 5d2f2830b4
+3 -3
View File
@@ -5,8 +5,8 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
cpus: 3 cpus: 2
memory: 4G memory: 8G
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
@@ -22,5 +22,5 @@ services:
- /opt:/docker-opt - /opt:/docker-opt
ports: ports:
- 9200:8200 - 9200:8200
restart: no #unless-stopped restart: no
networks: {} networks: {}