From 9cbfa1992ba91db6e123047ad06501f148d7de14 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 14 Jul 2025 10:50:54 -0400 Subject: [PATCH] EasyAppts user. --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 66c5295a..f4b828cd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1328,6 +1328,8 @@ services: MAIL_FROM_ADDRESS: noreply@${MY_TLD} MAIL_FROM_NAME: 'Trez' MAIL_REPLY_TO_ADDRESS: it-services@${MY_TLD} + PUID: ${PUID} + PGID: ${PGID} labels: homepage.group: Professional Services homepage.name: "Easy!Appointments" @@ -1344,7 +1346,7 @@ services: - 8362:80 restart: unless-stopped volumes: - - easyappointments:/var/www/html + - ${DOCKER_VOLUME_CONFIG}/easyappointments:/var/www/html excalidraw: container_name: excalidraw image: 'excalidraw/excalidraw:latest'