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