summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2022-10-19 10:57:29 +0200
committerGitHub <noreply@github.com>2022-10-19 10:57:29 +0200
commit636df195147ffeae3ea9ffbdc0cbb97a95e02cd2 (patch)
treebbd42e35b753453b5b08a6c0e0230f7a9e726837 /docker-compose.yml
parent9cda0bb2e606cd769760b667fb5e3535bc88e377 (diff)
feat(CORE): implemented AC_DISABLE_INTERACTIVE for DBUpdater (#13450)
Implement AC_DISABLE_INTERACTIVE that allow us to skip the question when the db doesn't exit
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 72d0bf1726..6217ed7be7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,6 +18,8 @@ x-cache-from: &cache-from
x-ac-shared-conf: &ac-shared-conf
<<: *networks
working_dir: /azerothcore
+ environment:
+ AC_DISABLE_INTERACTIVE: "1"
depends_on:
ac-database:
condition: service_healthy