From 0c1a42791ad9be7acbe334d41436834d99d0fb1b Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 28 Sep 2024 19:24:05 +0300 Subject: [PATCH] update docker compose, delete unnecessarily --- docker-compose.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f4a8391..a00bb48 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,5 @@ services: shirino: + build: . image: ghcr.io/shirino/shirino:latest - ports: - - '8080:8080' - restart: unless-stopped - volumes: - - '.config.yaml:/config.yaml' - - '.config_sample.yaml:/config_sample.yaml' \ No newline at end of file + restart: unless-stopped \ No newline at end of file