Skip to content

Commit

Permalink
refactor: change name trillina to trillian 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinezAvellan committed Sep 20, 2024
1 parent 00bec9d commit a29e963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/transaction/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
condition: service_healthy

mariadb:
container_name: trillina-mariadb
container_name: trillian-mariadb
image: mariadb:latest
environment:
- MYSQL_DATABASE=${DATABASE}
Expand All @@ -128,7 +128,7 @@ services:
restart: always

adminer:
container_name: trillina-adminer
container_name: trillian-adminer
image: adminer:latest
restart: always
ports:
Expand Down

0 comments on commit a29e963

Please sign in to comment.