fix: webui now restarts automatically
This commit is contained in:
parent
8289d23cf9
commit
d1840441c5
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ services:
|
||||||
webui:
|
webui:
|
||||||
build: ./frontend
|
build: ./frontend
|
||||||
image: simugaz/frontend:latest
|
image: simugaz/frontend:latest
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 3000:80
|
- 3000:80
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue