From 31e2cf6dec8ef04e230561849d1a4be39fb9b301 Mon Sep 17 00:00:00 2001 From: Diego Cirilo Date: Sat, 14 Feb 2026 22:26:36 -0300 Subject: [PATCH] fix socket permissions --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e0e54cb..00a6137 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,7 +13,7 @@ services: build: context: . dockerfile: Dockerfile - user: "0:${NGINX_GID:-0" + user: "0:${NGINX_GID:-0}" volumes: - ${SERVER_STATIC_ROOT}:/app/staticfiles - ${SERVER_MEDIA_ROOT}:/app/media