From f43f13b9e10fff2d80cd75702c0712b49ff7089f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 25 Apr 2024 16:51:26 -0400 Subject: [PATCH] Minor changes --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index ecf3b83..9c7cc9b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,9 @@ services: env_file: - ./.env environment: + - PUID=1000 + - PGID=1000 + # NOTE: This does not seem to work with nginx yet??? # NOTE: Use the template directory and .template extension for the .conf files. # - NGINX_SERVER_NAMES="dev-demo.oneskyit.com dev-example.oneskyit.com"