feat: Reverts adding user as the problem was a typo in the env.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user