added restart: always to basex in prod compose file
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
basex:
|
||||
restart: always
|
||||
client:
|
||||
environment:
|
||||
- APP_ENV=prod
|
||||
|
||||
Reference in New Issue
Block a user