mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 07:19:52 +03:00
Set user to 0 in database containers when running in CI
This commit is contained in:
parent
99639b9844
commit
0d627ce808
1 changed files with 3 additions and 0 deletions
|
@ -1,12 +1,15 @@
|
|||
services:
|
||||
shlink_db_mysql:
|
||||
user: '0'
|
||||
environment:
|
||||
MYSQL_DATABASE: shlink_test
|
||||
|
||||
shlink_db_postgres:
|
||||
user: '0'
|
||||
environment:
|
||||
POSTGRES_DB: shlink_test
|
||||
|
||||
shlink_db_maria:
|
||||
user: '0'
|
||||
environment:
|
||||
MYSQL_DATABASE: shlink_test
|
||||
|
|
Loading…
Add table
Reference in a new issue