fix: restart alway on compose

This commit is contained in:
oat_dev 2024-07-03 09:14:32 +07:00
parent 5d99d510c0
commit ef4fe8c2c9

View file

@ -1,5 +1,6 @@
services: services:
bma-ehr-manual: bma-ehr-manual:
build: . build: .
restart: always
ports: ports:
- "20006:80" - "20006:80"