mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
chore: update mysql docker container restart policy
This commit is contained in:
@@ -104,9 +104,7 @@ services:
|
|||||||
container_name: bigcapital-mysql
|
container_name: bigcapital-mysql
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: unless-stopped
|
||||||
delay: 5s
|
|
||||||
window: 120s
|
|
||||||
build:
|
build:
|
||||||
context: ./docker/mariadb
|
context: ./docker/mariadb
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user