added restart: always to basex in prod compose file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user