From bd3231e3982dc17a7c30f4cb456ed7f3fe2f517f Mon Sep 17 00:00:00 2001 From: Vladislav Lisyanskiy Date: Sun, 21 Jul 2024 12:35:34 +0200 Subject: [PATCH] Changed image --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 47ac121..6f39d72 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,7 @@ services: watch-together: container_name: watch-together - image: watch-together:latest - build: - context: . + image: ghcr.io/gpont/watch_together:latest volumes: - db:/usr/app/db restart: unless-stopped