Correct container execution user to appropriate account on the server

This commit is contained in:
Christbru 2025-10-18 22:06:55 -05:00
commit 833b304002
2 changed files with 1 additions and 1 deletions

View file

@ -19,6 +19,7 @@ services:
- DATABASE_URL=mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql:3306/${MYSQL_DATABASE}
depends_on:
- mysql
user: 1004
volumes:
- ~/astra-logs:/var/log