From 24c9093c3cfda217f336fcd37743875f7e1433e2 Mon Sep 17 00:00:00 2001 From: Benny Date: Thu, 5 Dec 2024 22:36:31 +0100 Subject: [PATCH] update --- .dockerignore | 3 ++- docker-compose.yml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 6620795fe..af485421f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,5 @@ YYeTsFE/node_modules/* assets/* conf/* tests/* -yyetsweb/yyets.sqlite \ No newline at end of file +yyetsweb/yyets.sqlite +yyetsweb/subtitle_data \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index c4af06453..935138e5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,8 +25,6 @@ services: - MEILI_HTTP_PAYLOAD_SIZE_LIMIT=1073741824 #1GiB volumes: - meilisearch_data:/meili_data - ports: - - "127.0.0.1:7700:7700" mysql: image: ubuntu/mysql:8.0-22.04_beta