From bc9ef1619eff51578b1485d702c0caa337d49c3c Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Fri, 17 Dec 2021 12:14:46 -0500 Subject: [PATCH] update image paths --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c023705..f50c221 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -25,7 +25,7 @@ services: args: - BASE_URL=${BASE_URL} - NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL} - image: calendso/docker + image: calendso/calendso:latest restart: always networks: - stack @@ -39,7 +39,7 @@ services: # Optional use of Prisma Studio. In production, comment out or remove the section below to prevent unwanted access to your database. studio: - image: calendso/docker + image: calendso/calendso:latest restart: always networks: - stack