Speicher angepasst, Restart-Policy angepasst

This commit is contained in:
2026-02-09 14:20:20 +01:00
parent 5d8f92b362
commit 4e42e98e17
+4 -2
View File
@@ -3,10 +3,12 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
memory: 512M memory: 1G
image: getwud/wud:latest image: getwud/wud:latest
labels:
- wud.watch=true
container_name: wud container_name: wud
restart: unless-stopped # restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- ./data:/store - ./data:/store