Skip to content

Commit

Permalink
Fix trailing commas in Firefly III (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwr1 authored Oct 27, 2023
1 parent 5fd089f commit 0c7788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servapps/Firefly-III/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"MARIADB_ROOT_PASSWORD={Passwords.2}"
],
"labels": {
"cosmos-persistent-env": "MARIADB_DATABASE, MARIADB_USER, MARIADB_PASSWORD, MARIADB_ROOT_PASSWORD",
},
"cosmos-persistent-env": "MARIADB_DATABASE, MARIADB_USER, MARIADB_PASSWORD, MARIADB_ROOT_PASSWORD"
}
}
},

Expand Down

0 comments on commit 0c7788f

Please sign in to comment.