Skip to content

Commit

Permalink
♻️ rename container to db
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Oct 25, 2023
1 parent 620fbd1 commit 95d41d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ services:
- action: rebuild
path: ./

mysql:
db:
image: mariadb:10.6.4
container_name: knoq_mysql
container_name: knoq_db
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: knoQ
Expand Down

0 comments on commit 95d41d8

Please sign in to comment.