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'