2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Run as root

This commit is contained in:
Oliver Walters
2021-03-31 20:12:45 +11:00
parent 61d14a0eda
commit 6b99808c52
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ jobs:
MYSQL_USER: inventree
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: test_inventree
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
ports:
- 3306:3306