added restart: always to basex in prod compose file

This commit is contained in:
2020-07-15 00:11:09 +02:00
parent 70117bb616
commit cd8ecfea69
+2
View File
@@ -1,5 +1,7 @@
version: '3.7' version: '3.7'
services: services:
basex:
restart: always
client: client:
environment: environment:
- APP_ENV=prod - APP_ENV=prod