whatsupdocker/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 16:12:06 +01:00
parent 0caff3da77
commit ca6e56fa45

View File

@@ -1,7 +1,7 @@
services:
whatsupdocker:
image: fmartinou/whats-up-docker
container_name: WUD
image: fmartinou/whats-up-docker:latest
container_name: wud
mem_limit: 128m
mem_reservation: 50m
cpu_shares: 256
@@ -10,7 +10,7 @@ services:
read_only: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /volume1/docker/wud:/store
- store:/store
ports:
- 3555:3000
environment:
@@ -24,3 +24,6 @@ services:
- WUD_TRIGGER_SMTP_GMAIL_TLS_ENABLED=true
- WUD_TRIGGER_SMTP_GMAIL_SIMPLETITLE=Container $${name} Update verfügbar
- WUD_TRIGGER_SMTP_GMAIL_SIMPLEBODY=Container $${name} Kann von Version $${local} nach Version $${remote} aktualisiert werden.
volumes:
store: