Speicher angepasst, Restart-Policy angepasst
This commit is contained in:
+4
-2
@@ -3,10 +3,12 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
memory: 1G
|
||||
image: getwud/wud:latest
|
||||
labels:
|
||||
- wud.watch=true
|
||||
container_name: wud
|
||||
restart: unless-stopped
|
||||
# restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/store
|
||||
|
||||
Reference in New Issue
Block a user