From 6f35ce1a4e84df868bae389b5a7000724cba9afa Mon Sep 17 00:00:00 2001 From: craisin Date: Sun, 29 Mar 2026 22:34:56 -0700 Subject: [PATCH] update personal site --- compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index bcd5aeb..305b2c8 100755 --- a/compose.yml +++ b/compose.yml @@ -285,7 +285,13 @@ services: craisin-cove: container_name: craisin-cove - image: gitea.craisin.tech/craisin/craisin_cove:latest + image: lscr.io/linuxserver/nginx:latest + environment: + - PUID=${PUID} + - PGID=${PGID} + - TZ=${TZ} + volumes: + - ${DATA}/personal-website:/config/www restart: unless-stopped shape-ai: