Skip to content

Commit

Permalink
Set user to 0 in database containers when running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 27, 2024
1 parent 99639b9 commit 99cc0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 99cc0a4

Please sign in to comment.