fix: webui now restarts automatically

This commit is contained in:
Alexis Fourmaux 2026-05-12 14:46:25 +02:00
parent 8289d23cf9
commit d1840441c5

View file

@ -22,6 +22,7 @@ services:
webui:
build: ./frontend
image: simugaz/frontend:latest
restart: unless-stopped
ports:
- 3000:80
networks: