From 0f12193a49bb7c9414ad619e204d5d1c83850b07 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 10 Apr 2025 08:43:25 -0400 Subject: [PATCH] feat: Reverts adding user as the problem was a typo in the env. --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ef00b32..aa40dc1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,6 @@ services: image: git.housh.dev/hhe/vapor-po:prod container_name: purchase_orders restart: unless-stopped - user: 1000:1000 environment: LOG_LEVEL: ${LOG_LEVEL:-debug} SQLITE_FILENAME: ${SQLITE_FILENAME:-/data/db.sqlite}