feat: Adds user to compose file.
This commit is contained in:
@@ -3,6 +3,7 @@ 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